mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-04 01:24:09 +02:00
fix homedir permissions
This commit is contained in:
parent
ec6df26bf7
commit
5197609738
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ GID=${GID:-1000}
|
|||
|
||||
groupadd -g $GID haze
|
||||
useradd -m -u $UID -g $GID haze
|
||||
chown haze:haze /home/haze
|
||||
|
||||
/usr/local/sbin/php-fpm &
|
||||
/etc/init.d/nginx start
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue