From f45262c05ad2100cc7943282cb51c0e70f2cfc36 Mon Sep 17 00:00:00 2001 From: fabrice1236 <87321357+fabrice1236@users.noreply.github.com> Date: Thu, 9 Jan 2025 20:17:11 +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 | 1 - 1 file changed, 1 deletion(-) diff --git a/install/ghost-install.sh b/install/ghost-install.sh index dac8eb88..dbeb65e7 100644 --- a/install/ghost-install.sh +++ b/install/ghost-install.sh @@ -27,7 +27,6 @@ $STD apt-get install -y \ msg_ok "Installed Dependencies" # Allow nginx through firewall -$STD ufw allow 'Nginx Full' # Configure MySQL msg_info "Configuring MySQL"