Compare commits

..

No commits in common. "e2c50f00d477d2ce52012e712efc803dc46b44c9" and "60fc49ad0f1b4c735876d5e1d7f8de331d540b06" have entirely different histories.

View file

@ -629,10 +629,10 @@ main() {
# Initialize a list of files to delete at exit
# Any file added to the list will also be deleted at exit
temp_files="${PIDFILE}"
temp_files="${temp_files} ${PIDFILE}"
# shellcheck disable=SC2064
trap 'rm -f ${temp_files}' EXIT
trap "rm -f ${temp_files}" EXIT
# Update canary to keep track of each run
update-evobackup-canary --who "${PROGNAME}"