mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 17:13:38 +08:00
new filename fix
This commit is contained in:
parent
1f600dff0d
commit
bab47f098c
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue