From 445969badabe3c18e73770ae2379e82fb3abd4ed Mon Sep 17 00:00:00 2001 From: fabrice1236 <87321357+fabrice1236@users.noreply.github.com> Date: Thu, 9 Jan 2025 20:16:49 +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 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/install/ghost-install.sh b/install/ghost-install.sh index 8bb0087d..dac8eb88 100644 --- a/install/ghost-install.sh +++ b/install/ghost-install.sh @@ -68,12 +68,6 @@ 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 -msg_ok "Created ghost-user" - - - -# Set up Ghost -msg_info "Setting up Ghost" mkdir -p /var/www/ghost chown -R ghost-user:ghost-user /var/www/ghost chmod 775 /var/www/ghost