Deleting Dest dir

This commit is contained in:
2026-05-04 18:04:55 +02:00
parent 2e48bdaa57
commit 41f65ce3b8
+1
View File
@@ -21,6 +21,7 @@ echo "Hostname: $HOSTNAME"
### ─────────────────────────────
### Step 2 — Create target directory
### ─────────────────────────────
rm -rf "$TARGET_DIR"
mkdir -p "$TARGET_DIR"
### ─────────────────────────────