Spaces:
Running
Running
Update start.sh
Browse files
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 |
|