From ab3ef9e63d45a88db80b21f75501aa8209a52029 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 16 Oct 2021 08:56:04 +0200 Subject: [PATCH] Update run --- portainer/rootfs/etc/services.d/portainer/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portainer/rootfs/etc/services.d/portainer/run b/portainer/rootfs/etc/services.d/portainer/run index 8ce1542c9..9740e0f3f 100644 --- a/portainer/rootfs/etc/services.d/portainer/run +++ b/portainer/rootfs/etc/services.d/portainer/run @@ -33,7 +33,7 @@ fi # Set password CURRENTPASSWORD="" -PASSWORD=$(bashio::config 'password') +PASSWORD=${(bashio::config 'password'):="empty"} touch "/data/portainer_password" CURRENTPASSWORD=$( cat /data/portainer_password )