Update run

This commit is contained in:
Alexandre
2023-02-04 11:29:36 +01:00
committed by GitHub
parent c18a37a38e
commit 4eca222b77

View File

@@ -7,6 +7,12 @@ bashio::net.wait_for 7878 localhost 900
# Set base url
CONFIG_LOCATION=/config/addons_config/sonarr/config.xml
while ! [ -f "$CONFIG_LOCATION" ];
do
echo "Waiting for $CONFIG_LOCATION to be created"
sleep 1
done
if ! grep -q "<UrlBase>/radarr</UrlBase>" "$CONFIG_LOCATION"; then
bashio::log.warning "BaseUrl not set properly, restarting"
sed -i "/UrlBase/d" "$CONFIG_LOCATION"