diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 4c6dc8d..a09b33a 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -624,7 +624,7 @@ SCRIPT_MENU() { echo " [7] Remove Floppy from VM" echo " [8] Fix multipath/vmware issue" echo - if [ IP_ALLOWED `hostname -I` == "true" ]; then + if [ "$(IP_ALLOWED `hostname -I`)" == "true" ]; then echo " [U] Update copycerts.sh SSL server" echo " [D] Update DNS (10.10.10.10, 10.10.10.11)" echo " [C] Change copycerts to LB-Nodes"