Skip to content

Commit db857c0

Browse files
committed
Fix again
1 parent dff2d6e commit db857c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ if [ -n "$backup_command" ]; then
181181
bm_end "$(basename $0)"
182182

183183
# Configure the backup cadence on the appliance, which is used for diagnostics
184-
ghe-ssh "$GHE_HOSTNAME" "ghe-config mssql.backup.cadence $cadence"
184+
ghe-ssh "$GHE_HOSTNAME" "ghe-config mssql.backup.cadence $GHE_MSSQL_BACKUP_CADENCE"
185185

186186
# Transfer backup files from appliance to backup host
187187
appliance_dir="$GHE_REMOTE_DATA_DIR/user/mssql/backups"

0 commit comments

Comments
 (0)