Skip to content

Commit

Permalink
missing tmp file
Browse files Browse the repository at this point in the history
  • Loading branch information
keithhubner committed May 9, 2024
1 parent 276337d commit 502cc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup_script.sh
Expand Up @@ -102,7 +102,7 @@ main | 2>&1 tee -a $LOGFILE
TO_ADDRESS="keith@hubner.co.uk"
SUBJECT="Log File Report"
BODY="Please find the attached log file."

TMP_FILE="/tmp/email.txt"
# Send email
{
echo "To: $TO_ADDRESS"
Expand Down

0 comments on commit 502cc78

Please sign in to comment.