Update 20-config

This commit is contained in:
Alexandre
2021-10-30 23:43:48 +02:00
committed by GitHub
parent e7ee2052d6
commit 554a7ab363

View File

@@ -75,8 +75,8 @@ if bashio::config.has_value 'customUI'; then
### Variables
echo "Setting custom UI"
CUSTOMUI=$(bashio::config 'customUI')
export TRANSMISSION_WEB_HOME=/$CUSTOMUI/
bashio::log.info "UI selected : $TRANSMISSION_WEB_HOME"
mv /$CUSTOMUI /flood-for-transmission
bashio::log.info "UI selected : $CUSTOMUI"
fi
####################