Update 99-run.sh

This commit is contained in:
Alexandre
2023-12-30 23:35:07 +01:00
committed by GitHub
parent 0a085498b1
commit 8eb0efa179

View File

@@ -99,7 +99,7 @@ fi
bashio::log.info "Starting..."
# 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" &
/./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" &
bashio::net.wait_for 8080 localhost 900 || true
bashio::log.info "Started !"
exec nginx