This commit is contained in:
@@ -9,10 +9,6 @@ if [ ! -f /config/lighttpd.conf ]; then
|
||||
cp /defaults/lighttpd.conf /config/lighttpd.conf
|
||||
fi
|
||||
|
||||
if [ ! -f /app/www/index.html ]; then
|
||||
echo "<h1>It works!</h1>" > /app/www/index.html
|
||||
fi
|
||||
|
||||
echo "Set permissions to PUID: ${PUID:-911} and PGID: ${PGID:-1000}"
|
||||
chown -R "${PUID:-911}:${PGID:-1000}" /config
|
||||
chown -R "${PUID:-911}:${PGID:-1000}" /app/www
|
||||
|
||||
Reference in New Issue
Block a user