mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-04 01:24:09 +02:00
php versions
This commit is contained in:
parent
30c028f5bd
commit
6b922733e2
11 changed files with 322 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue