diff --git a/install-dsmon.sh b/install-dsmon.sh index cee0d42..3c9de72 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 ""