mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-23 09:11:50 +02:00
Update run.sh
This commit is contained in:
@@ -77,7 +77,7 @@ for addons in $(bashio::config "addon|keys"); do
|
|||||||
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
|
[ $PAUSED=true ] && continue
|
||||||
|
|
||||||
#Create or update local version
|
#Create or update local version
|
||||||
if [ ! -d /data/$BASENAME ]; then
|
if [ ! -d /data/$BASENAME ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user