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