Update run

This commit is contained in:
Alexandre
2021-10-16 10:15:05 +02:00
committed by GitHub
parent 58d4bfa521
commit 1f3eb8eff3

View File

@@ -34,6 +34,9 @@ fi
# Set password
CURRENTPASSWORD=""
PASSWORD=$(bashio::config 'password')
if [ ${#PASSWORD} -ge 2 ] ; then
PASSWORD="a"
fi
touch "/data/portainer_password"
CURRENTPASSWORD=$( cat /data/portainer_password )