We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 159fe30 + 487e1f8 commit 741c6feCopy full SHA for 741c6fe
share/github-backup-utils/ghe-backup-mssql
@@ -81,9 +81,9 @@ ensure_same_dbs() {
81
82
if [[ "${#locals[@]}" -ne 0 ]]; then
83
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."
+ ghe_verbose "Warning: Did you recently reconfigure the GHES host? Move or delete these backup files if no longer needed."
85
for local in "${locals[@]}"; do
86
- ghe_verbose "$local"
+ ghe_verbose "$1/$local"
87
done
88
89
exit 1
0 commit comments