diff --git a/install-dsmon.sh b/install-dsmon.sh index c6fd5e3..466c8ef 100755 --- a/install-dsmon.sh +++ b/install-dsmon.sh @@ -13,7 +13,7 @@ echo -e "${idsCL[LightGreen]}DiskSpace-Monitor Installation Script${idsCL[Defaul echo "" if [ -d "/opt/idssys/dsmon" ]; then - echo -en "${idsCL[Yellow]}DiskSpace-Monitor is already installed, would you like to re-install (y/n)? ${idsCL[Default]}" + echo -en "${idsCL[Yellow]}DiskSpace-Monitor is already installed, would you like to re-install (y/N)? ${idsCL[Default]}" read reinstall case $reinstall in [Yy]) uninstall=$(`bash <(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/uninstall-dsmon.sh)`);;