Closed pritish-leia closed 4 years ago
Added code to clean up script if there was any keyboard interrupt. Before adding set -e this was being done by bash's default mode, which is to ignore errors in a command and execute next commands.
set -e
Added code to clean up script if there was any keyboard interrupt. Before adding
set -e
this was being done by bash's default mode, which is to ignore errors in a command and execute next commands.