mirror of
https://github.com/hassio-addons/addon-thelounge.git
synced 2025-05-04 19:11:27 +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.."
|
||||
|
||||
exec /usr/local/bin/thelounge start \
|
||||
-c fileUpload=true \
|
||||
-c fileUpload.enable=true \
|
||||
-c port=15100 \
|
||||
-c prefetch=true \
|
||||
-c prefetchStorage=true \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue