Update run

This commit is contained in:
Alexandre
2021-10-15 20:56:41 +02:00
committed by GitHub
parent 331a2c79a8
commit 29894fdb33

View File

@@ -63,7 +63,7 @@ if bashio::fs.file_exists "/data/hidden"; then
fi
# Define option
if [ ${#detect} -ge 2 ] ; then
if [ ${#PASSWORD} -ge 2 ] ; then
# More than 2 letters, set password
echo -n $PASSWORD > /data/portainer_password
options+=(--admin-password-file /data/portainer_password)