Update run

This commit is contained in:
Alexandre
2021-10-16 10:32:14 +02:00
committed by GitHub
parent 1f3eb8eff3
commit e290b54a5f

View File

@@ -56,7 +56,7 @@ if [ ${#PASSWORD} -ge 2 ] ; then
options+=(--admin-password-file /data/portainer_password)
bashio::log.info "... password set to $PASSWORD"
else
# touch /data/hidden
echo -n $PASSWORD > /data/portainer_password
bashio::log.info "... starting without predefined password"
fi