1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

fix homedir permissions

This commit is contained in:
Robin Appelman 2021-03-30 21:24:57 +02:00
commit 5197609738

View file

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