aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/update.sh')
-rwxr-xr-xscripts/update.sh2
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
41if [ ! -d .git ]; then 41if [ ! -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;
44fi 44fi
45 45
46rm -rf var/cache/* 46rm -rf var/cache/*