From d5dde5ebd4dddaf830013a94071f6a93b36fc45b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 16 Oct 2021 09:37:16 +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 2c8e2059d..041ebe1e3 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'):=empty}" +PASSWORD=${(bashio::config 'password') touch "/data/portainer_password" CURRENTPASSWORD=$( cat /data/portainer_password )