Update install-dsmon.sh
This commit is contained in:
@@ -13,7 +13,7 @@ echo -e "${idsCL[LightGreen]}DiskSpace-Monitor Installation Script${idsCL[Defaul
|
|||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
if [ -d "/opt/idssys/dsmon" ]; then
|
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
|
read reinstall
|
||||||
case $reinstall in
|
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)`);;
|
||||||
|
|||||||
Reference in New Issue
Block a user