Skip to content

Commit e77219c

Browse files
jianghao0718oakeyc
authored andcommitted
Adopt comments
1 parent ae8e302 commit e77219c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ghe-backup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ if ! is_binary_backup; then
205205
# binary backup is already compressed
206206
export_command+=" | pigz"
207207
fi
208-
echo "set -o pipefail; ${export_command}" |
208+
echo "set -o pipefail; $export_command" |
209209
ghe-ssh "$GHE_HOSTNAME" -- /bin/bash > mysql.sql.gz || failures="$failures mysql"
210210
if is_binary_backup; then
211211
echo "NO_ADDITIONAL_COMPRESSION" > mysql-binary-backup-sentinel

0 commit comments

Comments
 (0)