Date format

This commit is contained in:
Alexandre
2021-04-26 06:23:36 +02:00
committed by GitHub
parent 370ed73e0e
commit 8b7a45fce9

View File

@@ -30,7 +30,7 @@ for addons in $(bashio::config "addon|keys"); do
BETA=$(bashio::config "addon[${addons}].beta")
FULLTAG=$(bashio::config "addon[${addons}].fulltag")
BASENAME=$(basename "https://github.com/$REPOSITORY")
DATE=${date +”%d-%b-%Y}
DATE="$(date '+%d-%m-%Y')"
#Create or update local version
if [ ! -d /data/$BASENAME ]; then