Update run.sh

This commit is contained in:
Alexandre
2021-08-02 10:46:07 +02:00
committed by GitHub
parent 496402a58a
commit 774e9634d8

View File

@@ -192,8 +192,7 @@ fi
bashio::log.info "Please wait 1 or 2 minutes to allow the server to load"
/./filebrowser $CERTFILE $KEYFILE --root=/ --address=0.0.0.0 --database=/config/filebrowser/filebrowser.dB $NOAUTH \
& bashio::net.wait_for 8080 localhost 900 || true
/./filebrowser $CERTFILE $KEYFILE --root=/ --address=0.0.0.0 --database=/config/filebrowser/filebrowser.dB $NOAUTH & \
bashio::net.wait_for 8080 localhost 900 || true
bashio::log.info "Nginx started for Ingress"
exec nginx