From 181cdb05b6078cf8bb16fc9576f6c0e2edcfd20c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 27 Jan 2019 15:32:44 -0600 Subject: [PATCH] folder change --- uninstall-linupx.sh | 2 +- uninstall-mysqlbu.sh | 2 +- uninstall-nodemgmt.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/uninstall-linupx.sh b/uninstall-linupx.sh index 52572be..b4bf47f 100755 --- a/uninstall-linupx.sh +++ b/uninstall-linupx.sh @@ -14,7 +14,7 @@ echo -e "${CS[color,LightGreen]}LinUPx Removal Script${CS[color,Default]}" do_with_root set -eu rm -f /usr/local/bin/runup -rm -Rf /opt/LinUPx +rm -Rf /opt/idssys/LinUPx echo "" echo -e "${CS[color,LightRed]}LinUPx has been Removed${CS[color,Default]}" diff --git a/uninstall-mysqlbu.sh b/uninstall-mysqlbu.sh index c7ebd2e..cf586f6 100755 --- a/uninstall-mysqlbu.sh +++ b/uninstall-mysqlbu.sh @@ -14,7 +14,7 @@ echo -e "${CS[color,LightGreen]}MySQL-BU Removal Script${CS[color,Default]}" do_with_root set -eu rm -f /usr/local/bin/mysqlbu -rm -Rf /opt/mysqlbu +rm -Rf /opt/idssys/mysqlbu echo "" echo -e "${CS[color,LightRed]}MySQL-BU has been Removed${CS[color,Default]}" diff --git a/uninstall-nodemgmt.sh b/uninstall-nodemgmt.sh index 9a62d3d..8e00228 100755 --- a/uninstall-nodemgmt.sh +++ b/uninstall-nodemgmt.sh @@ -14,7 +14,7 @@ echo -e "${CS[color,LightGreen]}NodeMgmt Removal Script${CS[color,Default]}" do_with_root set -eu rm -f /usr/local/bin/nodemgmt -rm -Rf /opt/nodemgmt +rm -Rf /opt/idssys/nodemgmt echo "" echo -e "${CS[color,LightRed]}NodeMgmt has been Removed${CS[color,Default]}"