Display commands before execution

This commit is contained in:
Starbeamrainbowlabs 2019-04-11 22:15:53 +01:00
parent ea52f93856
commit 297c8fe996
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 0 deletions

1
build
View File

@ -337,6 +337,7 @@ task_deploy() {
) >"${lftp_commands_filename}";
execute lftp --version;
execute cat "${lftp_commands_filename}";
execute lftp -f "${lftp_commands_filename}";
exit_code=$?
exec 9>&- # Close file descriptor 9 and release the lock