summaryrefslogtreecommitdiff
path: root/boards/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'boards/run.sh')
-rwxr-xr-xboards/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/run.sh b/boards/run.sh
index bd6467b..b3fc2e6 100755
--- a/boards/run.sh
+++ b/boards/run.sh
@@ -9,7 +9,7 @@ then
else
lftp << EOF
open -u ${LIGA_FTP_USER},${LIGA_FTP_PASS} ${LIGA_FTP_HOST}
- mirror -R output/ ${LIGA_BOARDS_FTP_PATH} --exclude-glob .*
+ mirror -R output/ ${LIGA_BOARDS_FTP_PATH} --delete --exclude-glob .*
EOF
fi
fi