From a713ee1c1230dbd3ddc96b2c011f2c955df32211 Mon Sep 17 00:00:00 2001 From: emkael Date: Sun, 21 Nov 2021 23:08:12 +0100 Subject: Full mirror on boards WWW upload --- boards/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boards/run.sh') 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 -- cgit v1.2.3