Skip to content

Commit

Permalink
add newline eof to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertdeng123 committed Mar 14, 2023
1 parent 21ef729 commit 15d4ae0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
log_name=backup
source set-up-error-reporting-for-scripts.sh
source utilities.sh
backup
backup
2 changes: 1 addition & 1 deletion reset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ log_name=reset
source set-up-error-reporting-for-scripts.sh
source utilities.sh
clean
source install.sh
source install.sh
2 changes: 1 addition & 1 deletion restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
log_name=restore
source set-up-error-reporting-for-scripts.sh
source utilities.sh
restore
restore
2 changes: 1 addition & 1 deletion utilities.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ function backup() {

function restore() {
docker-compose run --rm -T web import /etc/sentry/backup.json
}
}

0 comments on commit 15d4ae0

Please sign in to comment.