From 6630ecef7a6f8cb68102793169305baf3755b1cd Mon Sep 17 00:00:00 2001 From: Dai Date: Fri, 10 Oct 2025 06:27:33 -0700 Subject: [PATCH] Update init --- init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init b/init index 208a40b..02bc5ad 100644 --- a/init +++ b/init @@ -20,7 +20,6 @@ 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 @@ -57,8 +56,9 @@ php -r "unlink('composer-setup.php');" sudo mv composer.phar /usr/local/bin/composer sudo su <