Urgent bug fix

This commit is contained in:
2025-03-06 23:26:28 +11:00
parent 4394fde881
commit 9fb6123520
+1
View File
@@ -7,4 +7,5 @@ if [ "$ENABLE_FILEBROWSER" = "true" ]; then
/app/filebrowser -p 8080 -d /app/filebrowser.db -r /data -b /files
else
echo "FileBrowser is disabled. Set ENABLE_FILEBROWSER=true to enable it."
sleep 3650d
fi