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

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +4 -1
start.sh CHANGED
@@ -8,7 +8,10 @@ cd /app
8
  echo "[INIT] Switched to /app"
9
 
10
  echo "[CLEAN] Removing everything in /app except /app/tools ..."
11
- find /app -mindepth 1 -maxdepth 1 ! -name tools -exec rm -rf {} \;
 
 
 
12
  echo "[CLEAN] Cleanup complete."
13
 
14
  echo "[CLONE] Cloning private repo into /tmp/repo ..."
 
8
  echo "[INIT] Switched to /app"
9
 
10
  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
 
17
  echo "[CLONE] Cloning private repo into /tmp/repo ..."