mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2024-11-10 12:47:24 +01:00
Fixed if statement in options
This commit is contained in:
parent
c987fe8769
commit
ba9faac10e
@ -21,7 +21,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Checking options
|
# Checking options
|
||||||
if [ "$FACTORIO_DISSALOW_COMMANDS" -eq "false" ]; then
|
if [ "$FACTORIO_DISSALOW_COMMANDS" == false ]; then
|
||||||
disallow_commands=""
|
disallow_commands=""
|
||||||
else
|
else
|
||||||
disallow_commands="--disallow-commands"
|
disallow_commands="--disallow-commands"
|
||||||
|
Loading…
Reference in New Issue
Block a user