Update linupx-scripts.sh

This commit is contained in:
2023-04-22 17:05:20 -05:00
parent 2faff21073
commit 77871dd006

View File

@@ -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"