Code cleanup
This commit is contained in:
parent
78dcd6f0e5
commit
2ffdf32a06
@ -91,7 +91,7 @@ while [ $# -gt 0 ]; do
|
||||
shift
|
||||
|
||||
#clean
|
||||
[ $clean -ne 0 ] && continue
|
||||
[ "$clean" -ne 0 ] && continue
|
||||
|
||||
#uninstall
|
||||
if [ "$uninstall" -eq 1 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user