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