diff --git a/smart_launch.sh b/smart_launch.sh index bbe0098..6f3ab62 100755 --- a/smart_launch.sh +++ b/smart_launch.sh @@ -21,7 +21,7 @@ else fi # Checking options -if [ $FACTORIO_DISSALOW_COMMANDS -eq "false" ]; then +if [ "$FACTORIO_DISSALOW_COMMANDS" -eq "false" ]; then disallow_commands="" else disallow_commands="--disallow-commands"