change librenms nginx conf

This commit is contained in:
Dryusdan 2017-12-16 23:33:09 +01:00
parent a8c7e4b3af
commit fd7f898052
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ addgroup -g ${GID} web && adduser -H -s /bin/sh -D -G web -u ${UID} web
mkdir -p /nginx /php
chown -R web:web /nginx /php /etc/s6.d
chown -R web:web /nginx /php /etc/s6.d /librenms
chmod +x /etc/s6.d/*/run /etc/s6.d/.s6-svscan/finish
if [ '$@' == '' ]; then