diff --git a/run.sh b/run.sh index fc58c2b..24d4b8f 100755 --- a/run.sh +++ b/run.sh @@ -108,7 +108,7 @@ setuprepo() { # always move back to root folder cd "$ROOTDIR" # we remove the ZIP file - rm "$zippath" + # rm "$zippath" (don't remove since we may need to run this again if a name of the zip has changed) fi }