Update run

This commit is contained in:
Alexandre
2021-10-16 09:15:53 +02:00
committed by GitHub
parent ab3ef9e63d
commit bbfd341340

View File

@@ -33,7 +33,7 @@ fi
# Set password
CURRENTPASSWORD=""
PASSWORD=${(bashio::config 'password'):="empty"}
PASSWORD=$"{(bashio::config 'password'):=empty}"
touch "/data/portainer_password"
CURRENTPASSWORD=$( cat /data/portainer_password )