mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-22 06:23:01 +00:00
Display commands before execution
This commit is contained in:
parent
ea52f93856
commit
297c8fe996
1 changed files with 1 additions and 0 deletions
1
build
1
build
|
@ -337,6 +337,7 @@ task_deploy() {
|
||||||
) >"${lftp_commands_filename}";
|
) >"${lftp_commands_filename}";
|
||||||
|
|
||||||
execute lftp --version;
|
execute lftp --version;
|
||||||
|
execute cat "${lftp_commands_filename}";
|
||||||
execute lftp -f "${lftp_commands_filename}";
|
execute lftp -f "${lftp_commands_filename}";
|
||||||
exit_code=$?
|
exit_code=$?
|
||||||
exec 9>&- # Close file descriptor 9 and release the lock
|
exec 9>&- # Close file descriptor 9 and release the lock
|
||||||
|
|
Loading…
Reference in a new issue