mirror of
https://github.com/hassio-addons/addon-thelounge.git
synced 2025-05-05 03:21:37 +00:00
Fixed warning of fileUpload incorrect type
This commit is contained in:
parent
e3af9f5651
commit
991a8548d1
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ export THELOUNGE_HOME=/data/thelounge
|
||||||
bashio::log.info "Starting The Lounge server.."
|
bashio::log.info "Starting The Lounge server.."
|
||||||
|
|
||||||
exec /usr/local/bin/thelounge start \
|
exec /usr/local/bin/thelounge start \
|
||||||
-c fileUpload=true \
|
-c fileUpload.enable=true \
|
||||||
-c port=15100 \
|
-c port=15100 \
|
||||||
-c prefetch=true \
|
-c prefetch=true \
|
||||||
-c prefetchStorage=true \
|
-c prefetchStorage=true \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue