Skip to content

Commit 741c6fe

Browse files
authored
Merge pull request #194 from github/ritchxu/mssql-backup-mismatch
Clarify which MSSQL backup files to remove
2 parents 159fe30 + 487e1f8 commit 741c6fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

share/github-backup-utils/ghe-backup-mssql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ ensure_same_dbs() {
8181

8282
if [[ "${#locals[@]}" -ne 0 ]]; then
8383
ghe_verbose "Warning: Found following ${#locals[@]} backup files that can't be traced back to the specified GHES host."
84-
ghe_verbose "Warning: Did you recently reconfigure the GHES host? Consider deleting these backup files if no longer needed."
84+
ghe_verbose "Warning: Did you recently reconfigure the GHES host? Move or delete these backup files if no longer needed."
8585
for local in "${locals[@]}"; do
86-
ghe_verbose "$local"
86+
ghe_verbose "$1/$local"
8787
done
8888

8989
exit 1

0 commit comments

Comments
 (0)