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