Fixed warning of fileUpload incorrect type

This commit is contained in:
lclc98 2019-07-12 17:23:53 +10:00 committed by GitHub
parent e3af9f5651
commit 991a8548d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 \