new filename fix

This commit is contained in:
Eibe 2022-10-07 20:15:28 +02:00 committed by GitHub
parent 1f600dff0d
commit bab47f098c
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"