mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-27 01:28:56 +08:00
Update upgrade.sh
This commit is contained in:
parent
9bfce21d23
commit
e5974c600a
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ then
|
|||
find . -type d -exec chmod 755 {} \;
|
||||
find . -type f -exec chmod 644 {} \;
|
||||
chmod u+x "${SCRIPT_DIR}/upgrade.sh"
|
||||
chown -R $OWNERGROUP *
|
||||
chown -R $OWNERGROUP $SCRIPT_DIR
|
||||
echo -e "\033[1;32mFinished with snappymail upgrade from $OLD_VERSION to $NEW_VERSION... \033[0m"
|
||||
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue