File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
share/github-backup-utils Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ port=$(ssh_port_part "$host")
24
24
hostname=$( ssh_host_part " $host " )
25
25
26
26
set +e
27
- output=$( echo " cat \" $GHE_REMOTE_METADATA_FILE \" 2>/dev/null || exit 101" | ghe-ssh -o ' BatchMode no ' $options $host -- /bin/sh 2>&1 )
27
+ output=$( echo " cat \" $GHE_REMOTE_METADATA_FILE \" 2>/dev/null || exit 101" | ghe-ssh -o BatchMode=no $options $host -- /bin/sh 2>&1 )
28
28
rc=$?
29
29
set -e
30
30
Original file line number Diff line number Diff line change 61
61
$GHE_VERBOSE_SSH && set -x
62
62
63
63
# Exec ssh command with modified host / port args and add nice to command.
64
- exec ssh " ${opts[@]} " -o ' BatchMode yes' " $host " -- $GHE_NICE $GHE_IONICE " $@ "
64
+ exec ssh " ${opts[@]} " -o BatchMode= yes " $host " -- $GHE_NICE $GHE_IONICE " $@ "
You can’t perform that action at this time.
0 commit comments