mirror of
				https://github.com/factoriotools/factorio-docker.git
				synced 2025-11-04 02:39:06 +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