diff --git a/install/ghost-install.sh b/install/ghost-install.sh index f0a1972e..599d38ee 100644 --- a/install/ghost-install.sh +++ b/install/ghost-install.sh @@ -79,7 +79,7 @@ chown -R ghost-user:ghost-user /var/www/ghost chmod 775 /var/www/ghost sudo -u ghost-user -H sh -c "cd /var/www/ghost && ghost install --db=mysql --dbhost=localhost --dbuser=root --dbpass=$DB_PASS --dbname=ghost --url=http://localhost:2368 --no-prompt --no-setup-nginx --no-setup-ssl --no-setup-mysql --enable --start --ip 0.0.0.0" rm /etc/sudoers.d/ghost-user #Remove ghost-user for sudoers after setup (not required anymore) -msg_ok "Ghost setup completed" +msg_ok "Creating Service" motd_ssh