From aab59bce4bebeb3c3f806be3f3140db6df193a48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20B=C3=A9dard-Couture?= Date: Mon, 21 Jul 2025 15:41:19 -0400 Subject: [PATCH] Fix missing $ to check variable value and allow backup of container --- tools/pve/update-apps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pve/update-apps.sh b/tools/pve/update-apps.sh index ef8fb9a7..6268cf23 100644 --- a/tools/pve/update-apps.sh +++ b/tools/pve/update-apps.sh @@ -143,7 +143,7 @@ containers_needing_reboot=() for container in $CHOICE; do echo -e "${BL}[INFO]${CL} Updating container $container" - if [ "BACKUP_CHOICE" == "yes" ];then + if [ "$BACKUP_CHOICE" == "yes" ];then backup_container $container fi