diff options
-rw-r--r-- | .envrc | bin | 738 -> 787 bytes | |||
-rwxr-xr-x | boards/run.sh | 2 |
2 files changed, 1 insertions, 1 deletions
Binary files differ 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 |