From 7f503546d262c1165bd352421ffd17e1fcaf4436 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sun, 14 Aug 2022 13:43:50 +0200 Subject: [PATCH] Improved sos-git updater --- sos-git.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sos-git.sh b/sos-git.sh index 97afa70..e3fd215 100755 --- a/sos-git.sh +++ b/sos-git.sh @@ -580,6 +580,9 @@ elif [ "$1" == "remoteauth" ]; then noRepoFound "$3" fi elif [ "$1" == "selfupdate" ]; then + if [ -f "$SOSGIT_TMP/sos-git-updater.sh" ]; then + rm -rf "$SOSGIT_TMP/sos-git-updater.sh" + fi echo -e "echo Updating sos-git to \"$0\";$SOSGIT_CURL -sSLqq \"$SOSGIT_UPDATEURL\" &> $0;kill -9 $$ &> /dev/null" &> $SOSGIT_TMP/sos-git-updater.sh chmod +x $SOSGIT_TMP/sos-git-updater.sh $SOSGIT_TMP/sos-git-updater.sh