ghost permissions

This commit is contained in:
Bob Mottram 2017-06-04 23:37:41 +01:00
parent 07adddaf1f
commit 4992cbe18e
1 changed files with 1 additions and 0 deletions

View File

@ -596,6 +596,7 @@ function install_ghost {
function_check add_ddns_domain
add_ddns_domain $GHOST_DOMAIN_NAME
chown -R ghost: /var/www/${GHOST_DOMAIN_NAME}/htdocs
set_completion_param "ghost domain" "$GHOST_DOMAIN_NAME"
if ! grep -q "ghost version:" ${COMPLETION_FILE}; then
echo "ghost version:${GHOST_VERSION}" >> ${COMPLETION_FILE}