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:
parent
af97104134
commit
6d5c3974ff
2
run.sh
2
run.sh
@ -108,7 +108,7 @@ setuprepo() {
|
|||||||
# always move back to root folder
|
# always move back to root folder
|
||||||
cd "$ROOTDIR"
|
cd "$ROOTDIR"
|
||||||
# we remove the ZIP file
|
# 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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user