Update run.sh

This commit is contained in:
Alexandre
2021-11-05 08:38:05 +01:00
committed by GitHub
parent adaecbb122
commit 3a880d12c9

View File

@@ -73,9 +73,12 @@ for addons in $(bashio::config "addon|keys"); do
BETA=$(bashio::config "addon[${addons}].beta")
FULLTAG=$(bashio::config "addon[${addons}].fulltag")
HAVINGASSET=$(bashio::config "addon[${addons}].having_asset")
PAUSED=$(bashio::config "addon[${addons}].paused")
BASENAME=$(basename "https://github.com/$REPOSITORY")
DATE="$(date '+%d-%m-%Y')"
[ $PAUSED=true ] && break
#Create or update local version
if [ ! -d /data/$BASENAME ]; then
LOGINFO="... $SLUG : cloning ${REPOSITORY}" && if [ $VERBOSE = true ]; then bashio::log.info $LOGINFO; fi