mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-10 09:35:58 +02:00
avoid misreading
This commit is contained in:
@@ -20,7 +20,7 @@ else
|
|||||||
cp /templates/config.yaml "$(dirname "${CONFIGSOURCE}")"
|
cp /templates/config.yaml "$(dirname "${CONFIGSOURCE}")"
|
||||||
else
|
else
|
||||||
# Download template
|
# Download template
|
||||||
TEMPLATESOURCE="https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/zzz_templates/config.yaml"
|
TEMPLATESOURCE="https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/zzz_templates/config.template"
|
||||||
curl -L -f -s $TEMPLATESOURCE --output $CONFIGSOURCE
|
curl -L -f -s $TEMPLATESOURCE --output $CONFIGSOURCE
|
||||||
fi
|
fi
|
||||||
# Need to restart
|
# Need to restart
|
||||||
|
|||||||
Reference in New Issue
Block a user