mirror of
				https://github.com/factoriotools/factorio-docker.git
				synced 2025-10-30 00:18:05 +01:00 
			
		
		
		
	Fixed if statement in options
This commit is contained in:
		| @@ -21,7 +21,7 @@ else | ||||
| fi | ||||
|  | ||||
| # Checking options | ||||
| if [ "$FACTORIO_DISSALOW_COMMANDS" -eq "false"  ]; then | ||||
| if [ "$FACTORIO_DISSALOW_COMMANDS" == false  ]; then | ||||
|   disallow_commands="" | ||||
| else | ||||
|   disallow_commands="--disallow-commands" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user