Fix missing $ to check variable value and allow backup of container

This commit is contained in:
Rémi Bédard-Couture 2025-07-21 15:41:19 -04:00
parent 02c2701e45
commit aab59bce4b

View File

@ -143,7 +143,7 @@ containers_needing_reboot=()
for container in $CHOICE; do for container in $CHOICE; do
echo -e "${BL}[INFO]${CL} Updating container $container" echo -e "${BL}[INFO]${CL} Updating container $container"
if [ "BACKUP_CHOICE" == "yes" ];then if [ "$BACKUP_CHOICE" == "yes" ];then
backup_container $container backup_container $container
fi fi