Merge pull request #544 from eibex/patch-1

Fix new upgrade filename (upgrade_snappymail bin/upgrade.sh)
This commit is contained in:
the-djmaze 2022-10-08 20:25:30 +02:00 committed by GitHub
commit f74fff8356
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"