Remove msg_info call to prevent spinner from overriding the whiptail menu
This commit is contained in:
parent
0f772b7df5
commit
9b1382ddcf
@ -115,7 +115,7 @@ fi
|
|||||||
|
|
||||||
containers_needing_reboot=()
|
containers_needing_reboot=()
|
||||||
for container in $CHOICE; do
|
for container in $CHOICE; do
|
||||||
msg_info "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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user