mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-01-27 09:44:45 +01:00
Fixed small typo
This commit is contained in:
parent
606b537b13
commit
c987fe8769
@ -21,7 +21,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Checking options
|
# Checking options
|
||||||
if [ $FACTORIO_DISSALOW_COMMANDS -eq "false" ]; then
|
if [ "$FACTORIO_DISSALOW_COMMANDS" -eq "false" ]; then
|
||||||
disallow_commands=""
|
disallow_commands=""
|
||||||
else
|
else
|
||||||
disallow_commands="--disallow-commands"
|
disallow_commands="--disallow-commands"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user