change templates location

This commit is contained in:
Alexandre
2022-01-17 09:40:26 +01:00
parent 49998a37bc
commit ccc21b28a7
120 changed files with 215 additions and 215 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
CONFIGSOURCE=$(bashio::config "CONFIG_LOCATION")
CONFIGSOURCE="$(dirname "${CONFIGSOURCE}")"
if [ -f "$CONFIGSOURCE"/script.sh ]; then
"$CONFIGSOURCE"./script.sh
fi