Skip to content
Snippets Groups Projects
Commit 4992cbe1 authored by Bob Mottram's avatar Bob Mottram
Browse files

ghost permissions

parent 07adddaf
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment