Update uninstall-linupx.sh

This commit is contained in:
2019-01-30 13:03:47 -06:00
parent 3c9d73b8d5
commit 42d84962c4

View File

@@ -14,7 +14,7 @@ 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
if [ -d "/opt/idssys" ]; then
IDSSYSF="`ls -l /opt/idssys/ | grep -c ^d`"