Update 99-run.sh

This commit is contained in:
Alexandre
2023-12-30 23:12:49 +01:00
committed by GitHub
parent 13d85a1f09
commit 017e913851

View File

@@ -99,9 +99,6 @@ fi
bashio::log.info "Starting..."
# Remove default config
rm /.filebrowser.json
# shellcheck disable=SC2086
/./filebrowser --disable-preview-resize --disable-type-detection-by-header --cache-dir="/cache" $CERTFILE $KEYFILE --root="$BASE_FOLDER" --address=0.0.0.0 --port=8080 --database=/config/filebrowser.dB "$NOAUTH" "$DISABLE_THUMBNAILS" &
bashio::net.wait_for 8080 localhost 900 || true