From 484cdae50c26f11e75d539e061ea6208a639e08f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 11 Dec 2023 11:23:06 +0100 Subject: [PATCH] Update run --- portainer/rootfs/etc/services.d/portainer/run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portainer/rootfs/etc/services.d/portainer/run b/portainer/rootfs/etc/services.d/portainer/run index 6c5b25a35..7985cffd7 100644 --- a/portainer/rootfs/etc/services.d/portainer/run +++ b/portainer/rootfs/etc/services.d/portainer/run @@ -34,12 +34,12 @@ fi # Set password CURRENTPASSWORD="" -PASSWORD=$(bashio::config 'password') +PASSWORD="$(bashio::config 'password')" if ! bashio::config.has_value 'password'; then PASSWORD="empty" fi touch "/data/portainer_password" -CURRENTPASSWORD=$( cat /data/portainer_password ) +CURRENTPASSWORD="$( cat /data/portainer_password )" # Reset password if not first run if bashio::fs.file_exists "/data/hidden"; then