mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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 d -exec chmod 755 {} \;
|
||||||
find . -type f -exec chmod 644 {} \;
|
find . -type f -exec chmod 644 {} \;
|
||||||
chmod u+x "${SCRIPT_DIR}/upgrade.sh"
|
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"
|
echo -e "\033[1;32mFinished with snappymail upgrade from $OLD_VERSION to $NEW_VERSION... \033[0m"
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue