don't dump env

This commit is contained in:
Andrew Dolgov 2021-01-31 15:29:15 +03:00
parent 828c4180cd
commit a56b3956b2
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@ done
unset HTTP_PORT
unset HTTP_HOST
env
if ! id app >/dev/null 2>&1; then
addgroup -g $OWNER_GID app
adduser -D -h /var/www/html -G app -u $OWNER_UID app