mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-01-11 10:47:11 +01:00
Corrected small typo
This commit is contained in:
parent
12ec73be53
commit
a6476af82f
@ -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]"
|
||||
|
Loading…
Reference in New Issue
Block a user