fix testmode

This commit is contained in:
LinuxSquare 2024-09-12 20:28:44 +02:00
parent 6aadebcf52
commit 82f0921cf8

View file

@ -51,8 +51,9 @@ while [[ $# -gt 0 ]]; do
test)
if [[ "$(echo $1 | cut -d= -f2)" == "false" ]]; then
testmode=0
else
testmode=1
fi
testmode=1
;;
*)
echo "Invalid argument. Type $(basename $0) -h for help!"