mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
create use home
This commit is contained in:
parent
a77b5c08e9
commit
56296d1449
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ UID=${UID:-1000}
|
||||||
GID=${GID:-1000}
|
GID=${GID:-1000}
|
||||||
|
|
||||||
groupadd -g $GID haze
|
groupadd -g $GID haze
|
||||||
useradd -u $UID -g $GID haze
|
useradd -m -u $UID -g $GID haze
|
||||||
|
|
||||||
/usr/local/sbin/php-fpm &
|
/usr/local/sbin/php-fpm &
|
||||||
/etc/init.d/nginx start
|
/etc/init.d/nginx start
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue