From 0085682ed7275a07f6f44c8131fe19d1ca87cbc1 Mon Sep 17 00:00:00 2001 From: fabrice1236 <87321357+fabrice1236@users.noreply.github.com> Date: Thu, 9 Jan 2025 20:16:37 +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 599d38ee..8bb0087d 100644 --- a/install/ghost-install.sh +++ b/install/ghost-install.sh @@ -64,7 +64,7 @@ msg_ok "Installed Ghost CLI" # Create a new user for Ghost -msg_info "Creating ghost-user" +msg_info "Creating Service" $STD adduser --disabled-password --gecos "Ghost user" ghost-user $STD usermod -aG sudo ghost-user echo "ghost-user ALL=(ALL) NOPASSWD:ALL" | tee /etc/sudoers.d/ghost-user