Update install-dsmon.sh

This commit is contained in:
2022-03-12 00:13:27 -06:00
parent bfcbfa4ce8
commit 3d1c367c83

View File

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