Skip to content

Commit

Permalink
Added note to backup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWinder committed Dec 3, 2019
1 parent e6c69a9 commit c5605c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ tmp_location="/tmp/"
# Build the backup name
backup_name="letsencrypt_backup-${date}"

######################################################
##### EDITING BELOW MAY CAUSE UNEXPECTED RESULTS #####
######################################################

# Make a temporary directory
mkdir -p ${tmp_location}${backup_name}

Expand Down

0 comments on commit c5605c4

Please sign in to comment.