fix testmode
This commit is contained in:
parent
6aadebcf52
commit
82f0921cf8
1 changed files with 2 additions and 1 deletions
|
@ -51,8 +51,9 @@ while [[ $# -gt 0 ]]; do
|
||||||
test)
|
test)
|
||||||
if [[ "$(echo $1 | cut -d= -f2)" == "false" ]]; then
|
if [[ "$(echo $1 | cut -d= -f2)" == "false" ]]; then
|
||||||
testmode=0
|
testmode=0
|
||||||
fi
|
else
|
||||||
testmode=1
|
testmode=1
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Invalid argument. Type $(basename $0) -h for help!"
|
echo "Invalid argument. Type $(basename $0) -h for help!"
|
||||||
|
|
Loading…
Reference in a new issue