mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-10-10 15:59:53 +02:00
Corrected small typo
This commit is contained in:
@@ -8,7 +8,7 @@ then
|
|||||||
echo "###"
|
echo "###"
|
||||||
echo "# Finding latest map"
|
echo "# Finding latest map"
|
||||||
echo "###"
|
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
|
else
|
||||||
echo "###"
|
echo "###"
|
||||||
echo "# Creating a new map [save.zip]"
|
echo "# Creating a new map [save.zip]"
|
||||||
|
Reference in New Issue
Block a user