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.
1 parent 66a67ae commit 1c874ebCopy full SHA for 1c874eb
share/github-backup-utils/ghe-ssh
@@ -64,8 +64,7 @@ fi
64
65
# Warn if git is not installed, and set GHE_DISABLE_SSH_MUX=true
66
if [ -z "$GHE_DISABLE_SSH_MUX" ]; then
67
- command -v git >/dev/null 2>&1 || echo "Warning: SSH multiplexing requires git but it's not installed."
68
- export GHE_DISABLE_SSH_MUX=true
+ command -v git >/dev/null 2>&1 || echo "Warning: SSH multiplexing requires git but it's not installed." && export GHE_DISABLE_SSH_MUX=true
69
fi
70
71
0 commit comments