Update install-dsmon.sh

This commit is contained in:
2023-07-06 20:35:58 -05:00
parent 728a85c984
commit 0be8368ed3

View File

@@ -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)`);;