Skip to content

Commit 4b5df47

Browse files
authored
Merge pull request #393 from github/users/boxofyellow/2023_07/Issue1054_0
Init array to Fix https://github.com/github/backup-utils/issues/1054
2 parents 9fb7152 + fffe06a commit 4b5df47

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
@@ -47,8 +47,8 @@ if [ -z "$GHE_MSSQL_PRIMARY_HOST" ]; then
4747
fi
4848

4949
tempdir=$(mktemp -d -t backup-utils-backup-XXXXXX)
50-
ssh_config_file_opt=
51-
opts=
50+
ssh_config_file_opt=()
51+
opts=()
5252

5353
isHA="$(ghe-ssh "$GHE_HOSTNAME" -- "ghe-config cluster.ha" || true)"
5454

0 commit comments

Comments
 (0)