We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 328ab8b commit f806051Copy full SHA for f806051
git_update_scripts/generic-updater.sh
@@ -20,6 +20,7 @@ fi
20
21
git --git-dir=/factorio/scenarios/"$folder"/.git/ --work-tree=/factorio/scenarios/"$folder"/ fetch "$repository" >/dev/null
22
git --git-dir=/factorio/scenarios/"$folder"/.git/ --work-tree=/factorio/scenarios/"$folder"/ reset --hard "$repository/$branch" >/dev/null
23
+git rev-parse --short HEAD
24
25
if [ "$cleanup" = true ]; then
26
echo "Deleting all map data."
git_update_scripts/update-from-args.sh
@@ -47,6 +47,8 @@ repository=$2
47
branch=$3
48
map=$4
49
50
+echo "Updating $folder..."
51
+
52
source /home/factorio/bin/generic-updater.sh
53
54
echo "$folder updated from $repository/$branch successfully with map: $map"
0 commit comments