1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

create use home

This commit is contained in:
Robin Appelman 2021-03-30 14:57:03 +02:00
commit 56296d1449

View file

@ -9,7 +9,7 @@ UID=${UID:-1000}
GID=${GID:-1000}
groupadd -g $GID haze
useradd -u $UID -g $GID haze
useradd -m -u $UID -g $GID haze
/usr/local/sbin/php-fpm &
/etc/init.d/nginx start