Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
keithhubner committed May 9, 2024
1 parent 4729103 commit 276337d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backup_script.sh
Expand Up @@ -116,11 +116,11 @@ BODY="Please find the attached log file."
echo "$BODY"
echo
echo "--FILEBOUNDARY"
echo "Content-Type: text/plain; name=\"$(basename "$LOG_FILE")\""
echo "Content-Disposition: attachment; filename=\"$(basename "$LOG_FILE")\""
echo "Content-Type: text/plain; name=\"$(basename "$LOGFILE")\""
echo "Content-Disposition: attachment; filename=\"$(basename "$LOGFILE")\""
echo "Content-Transfer-Encoding: base64"
echo
base64 "$LOG_FILE"
base64 "$LOGFILE"
echo
echo "--FILEBOUNDARY--"
} > "$TMP_FILE"
Expand Down

0 comments on commit 276337d

Please sign in to comment.