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