Corrected small typo

This commit is contained in:
Christophe Vandekerchove 2016-03-24 10:00:34 +01:00
parent 12ec73be53
commit a6476af82f

View File

@ -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]"