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