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 fcad036 commit 17f477dCopy full SHA for 17f477d
git_update_scripts/generic-updater.sh
@@ -22,8 +22,7 @@ git --git-dir=/factorio/scenarios/"$folder"/.git/ --work-tree=/factorio/scenario
22
git --git-dir=/factorio/scenarios/"$folder"/.git/ --work-tree=/factorio/scenarios/"$folder"/ reset --hard "$repository/$branch" >/dev/null
23
git --git-dir=/factorio/scenarios/"$folder"/.git/ --work-tree=/factorio/scenarios/"$folder"/ rev-parse --short HEAD
24
25
-echo "Deleting map previews and the banner."
26
-rm /factorio/scenarios/"$folder"/map_gen/data/.map_previews -rf
+echo "Deleting the banner."
27
rm /factorio/scenarios/"$folder"/redmew_git_banner.png -f
28
29
if [ "$cleanup" = true ]; then
0 commit comments