From e4f7efcdaf557aafb846220ff1e4a1b0151f1636 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 18 Mar 2022 23:25:08 -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 32d5517..182e136 100755 --- a/install-dsmon.sh +++ b/install-dsmon.sh @@ -13,7 +13,7 @@ if [ -d "/opt/idssys/dsmon" ]; then echo -en "${idsCL[Red]}DiskSpace-Monitor is already installed, would you like to re-install (y/n)?${idsCL[Default]}" read -n 1 reinstall case $reinstall in - [Yy]) uninstall=$(`bash <(curl -sL https://scity.xyz/uninstall-dsmon)`);; + [Yy]) uninstall=$(`bash <(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/uninstall-dsmon.sh)`);; *) EXIT1;; esac fi