diff options
-rwxr-xr-x | scripts/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update.sh b/scripts/update.sh index edebe5c5..1f31d429 100755 --- a/scripts/update.sh +++ b/scripts/update.sh | |||
@@ -40,7 +40,7 @@ fi | |||
40 | # Check for wallabag .git folder | 40 | # Check for wallabag .git folder |
41 | if [ ! -d .git ]; then | 41 | if [ ! -d .git ]; then |
42 | echo "Can not update because wallabag wasn't installed using git (see https://doc.wallabag.org/en/admin/upgrade.html#upgrade-on-a-shared-hosting). Aborting."; | 42 | echo "Can not update because wallabag wasn't installed using git (see https://doc.wallabag.org/en/admin/upgrade.html#upgrade-on-a-shared-hosting). Aborting."; |
43 | exit 1; | 43 | exit 2; |
44 | fi | 44 | fi |
45 | 45 | ||
46 | rm -rf var/cache/* | 46 | rm -rf var/cache/* |