diff --git a/init b/init index 867666e..1cc41a8 100644 --- a/init +++ b/init @@ -8,7 +8,6 @@ SCRIPT_PATH=$(dirname "$(realpath "${BASH_SOURCE[0]}")") # Enable nginx to start with system sudo systemctl enable --now nginx -sudo systemctl status nginx # Setup nginx sudo rm /etc/nginx/sites-enabled/default @@ -20,6 +19,7 @@ sudo nginx -t # Restart nginx after loading wordpress config sudo systemctl restart nginx +sudo systemctl status nginx # PHP sudo systemctl enable --now php8.4-fpm