We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 170d26c commit c58de4aCopy full SHA for c58de4a
1 file changed
share/github-backup-utils/ghe-backup-config
@@ -238,10 +238,6 @@ ssh_port_part () {
238
# Log a message to /var/log/syslog on the remote instance.
239
# Note: Use sparingly. Remote logging requires an ssh connection per invocation.
240
ghe_remote_logger () {
241
- if [ "$GHE_VERSION_MAJOR" -lt 2 ]; then
242
- return 0
243
- fi
244
-
245
echo "$@" |
246
ghe-ssh "$GHE_HOSTNAME" -- logger -t backup-utils || true
247
}
0 commit comments