From f21611c98fd35defd9ba6757251e3620434a302d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 16 Oct 2021 09:16:38 +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..bfa920799 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'):=empty}" touch "/data/portainer_password" CURRENTPASSWORD=$( cat /data/portainer_password )