Ensure ghost permissions

This commit is contained in:
Bob Mottram 2016-12-26 10:40:23 +00:00
parent e080551639
commit 24bee4265c
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ function upgrade_ghost {
set_repo_commit $GHOST_PATH "ghost commit" "$GHOST_COMMIT" $GHOST_REPO
ghost_replace_services
chown -R ghost: /var/www/${GHOST_DOMAIN_NAME}/htdocs
systemctl restart ghost
}