Verbose bash commands

This commit is contained in:
Thijs Niks 2019-11-14 20:54:10 -08:00
parent 890fde3763
commit 49423c5463
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
set -e
lftp $INPUT_HOST -u $INPUT_USER,$INPUT_PASSWORD -e "set ssl:verify-certificate false; mirror -R -c -L -x ^\.git/$ $INPUT_LOCALDIR $INPUT_REMOTEDIR; quit"
lftp $INPUT_HOST -u $INPUT_USER,$INPUT_PASSWORD -e "set ssl:verify-certificate false; mirror --reverse --continue --dereference -x ^\.git/$ $INPUT_LOCALDIR $INPUT_REMOTEDIR; quit"