Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
keithhubner committed May 2, 2024
1 parent 7fb48d4 commit 323f2e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backup_script.sh
Expand Up @@ -79,12 +79,13 @@ function main() {
create_directorys
run_backup
run_s3_backup
cat ${LOGFILE}
cleanup
}

main 2>&1 | tee -a ${LOGFILE} # watch the log file for errors

cat ${LOGFILE}




0 comments on commit 323f2e4

Please sign in to comment.