Removes the removal of zip if new repo is found, since this could indicate a name change, and best run the update again with the zip in that case.

This commit is contained in:
Llewellyn van der Merwe 2020-11-12 02:11:08 +02:00
parent af97104134
commit 6d5c3974ff
Signed by: Llewellyn
GPG Key ID: EFC0C720A240551C

2
run.sh
View File

@ -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
}