From: Damian Myrda Date: Tue, 10 Sep 2024 12:47:50 +0000 (-0500) Subject: Auto run setup X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=d23a69835ace29c90ca005c96882099ade0340c8;p=p8d.git Auto run setup --- diff --git a/download.sh b/download.sh index faddb4d..1709246 100755 --- a/download.sh +++ b/download.sh @@ -13,4 +13,4 @@ chown -R p8d /p8d/ cd /p8d/ echo "now run the setup.sh script to setup services" -su p8d +su - p8d -c /p8d/setup.sh