Normal hostname check already checks for localhost

This commit is contained in:
William Wernert
2021-11-08 10:38:30 -05:00
parent ee2dd75dfd
commit f66d915f5d

View File

@@ -475,7 +475,7 @@ collect_mngr_hostname() {
whiptail_management_server "$MSRV" whiptail_management_server "$MSRV"
done done
while [[ $MSRV == "$HOSTNAME" || $MSRV == "localhost" ]]; do while [[ $MSRV == "$HOSTNAME" ]]; do
whiptail_invalid_hostname 0 whiptail_invalid_hostname 0
whiptail_management_server "$MSRV" whiptail_management_server "$MSRV"
done done