Fix some typo in upgradeFromGit.sh

This commit is contained in:
Benjamin Renard 2020-05-06 12:52:13 +02:00
parent eb93969186
commit dea00a25d9
1 changed files with 2 additions and 2 deletions

View File

@ -147,13 +147,13 @@ fi
msg "\t-> [OK]" -e
msg "-> Check change on upgrade script :"
if [ "$UPGRADE_SCRIPT_MD5" != "$( md5sum $0 )"]
if [ "$UPGRADE_SCRIPT_MD5" != "$( md5sum $0 )" ]
then
msg "\t-> [WARNING] Changes detected on $0 script => Re-run it from start" -e
$0 $@
exit $?
else
msg "\t-> [OK] No change detected on upgrade script."
msg "\t-> [OK] No change detected on upgrade script." -e
fi
msg "-> Install local files : "