From bab47f098c778ee1788001cbb01e802bc9d6a2a4 Mon Sep 17 00:00:00 2001 From: Eibe <40539455+eibex@users.noreply.github.com> Date: Fri, 7 Oct 2022 20:15:28 +0200 Subject: [PATCH] new filename fix --- bin/upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/upgrade.sh b/bin/upgrade.sh index 2327a905a..fc01e110d 100644 --- a/bin/upgrade.sh +++ b/bin/upgrade.sh @@ -37,7 +37,7 @@ tar -xzf /tmp/snappymail_latest.tar.gz echo -e "\033[1;33mSet permissions\033[0m" find . -type d -exec chmod 755 {} \; find . -type f -exec chmod 644 {} \; -chmod u+x upgrade_snappymail +chmod u+x bin/upgrade.sh chown -R $OWNERGROUP * echo -e "\033[1;32mFinished with snappymail upgrade from $OLD_VERSION to $NEW_VERSION... \033[0m"