From bfcbfa4ce83e877bffa45f7ed458c0f48e88de12 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 12 Mar 2022 00:11:54 -0600 Subject: [PATCH] Update install-dsmon.sh --- install-dsmon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-dsmon.sh b/install-dsmon.sh index 4820cfa..cee0d42 100755 --- a/install-dsmon.sh +++ b/install-dsmon.sh @@ -50,7 +50,7 @@ echo "" if [ "${SET_SERVERMONID}" = "new" ]; then hostname=`hostname` - echo -e -n "${idsCL[LightCyan]}Server Name (Default=${hostname}): ${idsCL[Default]}" + echo -e -n "${idsCL[LightCyan]}Server Name (Default = "${hostname}"): ${idsCL[Default]}" read ADD_SERVERNAME echo ""