1
0
Fork 0
mirror of https://github.com/ConnectedHumber/Air-Quality-Web synced 2025-03-19 23:14:57 +00:00

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
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