From 309dc2ca0a4ad1b38a0c883f373019f143a726f2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 6 Jul 2023 20:38:17 -0500 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 466c8ef..53b8b28 100755 --- a/install-dsmon.sh +++ b/install-dsmon.sh @@ -16,7 +16,7 @@ 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]}" read reinstall case $reinstall in - [Yy]) uninstall=$(`bash <(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/uninstall-dsmon.sh)`);; + [Yy]) uninstall=$(`bash <(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/uninstall-dsmon.sh)`)>/dev/null 2>&1;; *) EXIT1;; esac fi