From 578d6a1a7fdb536362c98e4148b11282d9fa90a7 Mon Sep 17 00:00:00 2001 From: Dai Date: Thu, 9 Oct 2025 19:10:25 -0700 Subject: [PATCH] Update init --- init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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