Fix missing $ to check variable value and allow backup of container
This commit is contained in:
parent
02c2701e45
commit
aab59bce4b
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user