Skip to content

Commit 487e1f8

Browse files
authored
Clarify which MSSQL backup files to remove
1 parent 159fe30 commit 487e1f8

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)