Update run

This commit is contained in:
Alexandre
2021-10-15 20:34:59 +02:00
committed by GitHub
parent da833a0f78
commit 331a2c79a8

View File

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