From 5577baca1f0c53e9c726f36f23c255b1a4b1b84e Mon Sep 17 00:00:00 2001 From: Dai Date: Thu, 9 Oct 2025 22:48:41 -0700 Subject: [PATCH] Update init --- init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init b/init index fbc462c..390aaff 100644 --- a/init +++ b/init @@ -61,4 +61,4 @@ composer create-project roots/bedrock $WP_DOMAIN_NAME cd /home/debian/$WP_DOMAIN_NAME ln -sf $SCRIPT_PATH/.env . composer install -chown -R www-data:www-data /home/debian/$WP_DOMAIN_NAME \ No newline at end of file +sudo chown -R www-data:www-data /home/debian/$WP_DOMAIN_NAME \ No newline at end of file