Update uninstall-linupx.sh

This commit is contained in:
2019-01-30 15:46:06 -06:00
parent 42d84962c4
commit 0598eb52ef

View File

@@ -15,6 +15,8 @@ echo -e "${idsCL[LightGreen]}LinUPx Removal Script${idsCL[Default]}"
do_with_root set -eu
do_with_root rm -f /usr/local/bin/runup
do_with_root rm -Rf /opt/idssys/linupx
do_with_root rm -Rf /opt/idssys/LinUpx
do_with_root rm -Rf /opt/LinUPx
if [ -d "/opt/idssys" ]; then
IDSSYSF="`ls -l /opt/idssys/ | grep -c ^d`"