Update run.sh

This commit is contained in:
Alexandre
2021-11-05 09:55:30 +01:00
committed by GitHub
parent 9a4ad220af
commit 93ec73c8bb

View File

@@ -77,7 +77,7 @@ for addons in $(bashio::config "addon|keys"); do
BASENAME=$(basename "https://github.com/$REPOSITORY")
DATE="$(date '+%d-%m-%Y')"
[ $PAUSED=true ] && break
[ $PAUSED=true ] && continue
#Create or update local version
if [ ! -d /data/$BASENAME ]; then