fix
This commit is contained in:
@@ -57,6 +57,14 @@ else
|
||||
echo "export ENABLE_CONFIGS=0" >> ${SETTINGS_CONF}
|
||||
fi
|
||||
|
||||
if bashio::config.true 'containers'; then
|
||||
bashio::log.info "Enabling containers"
|
||||
echo "export ENABLE_CONTAINERS=1" >> ${SETTINGS_CONF}
|
||||
else
|
||||
bashio::log.info "Disabling containers"
|
||||
echo "export ENABLE_CONTAINERS=0" >> ${SETTINGS_CONF}
|
||||
fi
|
||||
|
||||
if bashio::config.true 'allow_restarts'; then
|
||||
bashio::log.info "Enabling allow_restarts"
|
||||
echo "export ENABLE_ALLOW_RESTARTS=1" >> ${SETTINGS_CONF}
|
||||
|
||||
Reference in New Issue
Block a user