Update run

This commit is contained in:
Alexandre
2021-10-16 08:56:04 +02:00
committed by GitHub
parent 66b3e939b1
commit ab3ef9e63d

View File

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