From 545a5869d8d1b49a09486e7e2606b3fc713d50cc Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 2 May 2023 22:09:19 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 55c51a1..0029787 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -6,9 +6,7 @@ FOLDER='/opt/idssys/linupx' VERS='5.86-05022023' if [ -d /opt/idssys/settings ]; then - # [ $(ls /opt/idssys/settings | wc -l) -gt 0 ] && rm -rf /opt/idssys/settings - [ $(ls /opt/idssys/settings | wc -l) -eq 0 ] && echo 'yes' || echo 'no' - exit 0 + [ $(ls /opt/idssys/settings | wc -l) -eq 0 ] && rm -rf /opt/idssys/settings fi if [ -d /opt/idssys/LinUPx ]; then