This commit is contained in:
2019-01-27 21:46:39 -06:00
parent 8813a0bd4e
commit aeb5b6012b
2 changed files with 10 additions and 0 deletions

View File

@@ -16,6 +16,11 @@ do_with_root set -eu
rm -f /usr/local/bin/runup
rm -Rf /opt/idssys/LinUPx
IDSSYSF="`ls -l /opt/idssys/ | grep -c ^d`"
if [ "$IDSSYSF" = 1 ]; then
rm -Rf /opt/idssys
fi
echo ""
echo -e "${CS[color,LightRed]}LinUPx has been Removed${CS[color,Default]}"
echo ""