mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Update run
This commit is contained in:
@@ -35,7 +35,7 @@ fi
|
|||||||
CURRENTPASSWORD=""
|
CURRENTPASSWORD=""
|
||||||
PASSWORD=$(bashio::config 'password')
|
PASSWORD=$(bashio::config 'password')
|
||||||
if ! bashio::config.has_value 'password'; then
|
if ! bashio::config.has_value 'password'; then
|
||||||
PASSWORD="a"
|
PASSWORD="empty"
|
||||||
fi
|
fi
|
||||||
touch "/data/portainer_password"
|
touch "/data/portainer_password"
|
||||||
CURRENTPASSWORD=$( cat /data/portainer_password )
|
CURRENTPASSWORD=$( cat /data/portainer_password )
|
||||||
|
|||||||
Reference in New Issue
Block a user