sharktide commited on
Commit
e9d3709
·
verified ·
1 Parent(s): 947f786

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -0
start.sh CHANGED
@@ -11,6 +11,7 @@ echo "[CLEAN] Removing everything in /app except /app/tools ..."
11
  find /app -mindepth 1 -maxdepth 1 \
12
  ! -name tools \
13
  ! -name shield \
 
14
  -exec rm -rf {} \;
15
  echo "[CLEAN] Cleanup complete."
16
 
 
11
  find /app -mindepth 1 -maxdepth 1 \
12
  ! -name tools \
13
  ! -name shield \
14
+ ! -name shield-intel \
15
  -exec rm -rf {} \;
16
  echo "[CLEAN] Cleanup complete."
17