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

php versions

This commit is contained in:
Robin Appelman 2021-03-14 20:02:54 +01:00
commit 6b922733e2
11 changed files with 322 additions and 13 deletions

View file

@ -5,8 +5,8 @@ touch /var/log/nginx/error.log
tail --follow --retry /var/log/nginx/*.log &
UID=${UID:-$(id -u)}
GID=${GID:-$(id -g)}
UID=${UID:-1000}
GID=${GID:-1000}
groupadd -g $GID haze
useradd -u $UID -g $GID haze