From f2187e9b47490b2a347272ccd5dad3734daf342d Mon Sep 17 00:00:00 2001 From: fabrice1236 <87321357+fabrice1236@users.noreply.github.com> Date: Thu, 9 Jan 2025 20:16:16 +0100 Subject: [PATCH] Update install/ghost-install.sh Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> --- install/ghost-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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