Fixed warning of fileUpload incorrect type (#8)

This commit is contained in:
lclc98 2019-08-22 05:16:54 +10:00 committed by Franck Nijhof
parent 78342148ab
commit 44bdb16ba2

View file

@ -8,7 +8,7 @@ export THELOUNGE_HOME=/data/thelounge
bashio::log.info "Starting The Lounge server.."
exec /usr/local/bin/thelounge start \
-c fileUpload=true \
-c fileUpload.enable=true \
-c port=15100 \
-c prefetch=true \
-c prefetchStorage=true \