mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
s3cmd
This commit is contained in:
parent
3215f8a8d4
commit
1a4fd72da2
3 changed files with 11 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ GID=${GID:-1000}
|
|||
|
||||
groupadd -g $GID haze
|
||||
useradd -m -u $UID -g $GID haze
|
||||
chown haze:haze /home/haze
|
||||
chown -R 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