From 001d0a054d6238167703540fe9104dfa0b45d15d Mon Sep 17 00:00:00 2001 From: Deon George Date: Mon, 19 Jul 2021 00:55:25 +1000 Subject: [PATCH] init-php already running as www-data --- init-php.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init-php.sh b/init-php.sh index 59f138d..a6187d5 100755 --- a/init-php.sh +++ b/init-php.sh @@ -30,4 +30,4 @@ fi echo "* Ready to start server" echo " - INBOUND [${BASE_DIR}/${FIDO_DIR}]" -exec su www-data -s /bin/sh -c "./artisan server:start" +./artisan server:start