mirror of
				https://github.com/factoriotools/factorio-docker.git
				synced 2025-10-31 08:58:08 +01:00 
			
		
		
		
	Corrected small typo
This commit is contained in:
		| @@ -8,7 +8,7 @@ then | ||||
|   echo "###" | ||||
|   echo "# Finding latest map" | ||||
|   echo "###" | ||||
|   $last_save=ls /opt/factorio/saves -lt | grep save |head -1 |awk '{print $(NF)}' | ||||
|   last_save=$(ls /opt/factorio/saves -lt | grep save |head -1 |awk '{print $(NF)}') | ||||
| else | ||||
|   echo "###" | ||||
|   echo "# Creating a new map [save.zip]" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user