Update install-dsmon.sh

This commit is contained in:
2022-03-18 23:25:08 -05:00
parent ff87565992
commit e4f7efcdaf

View File

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