From 0a01c9dd51908a58e9653134e471c58233b9618e Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Fri, 12 Aug 2022 18:07:20 +0200 Subject: [PATCH] rsyslog - Update global variable according to new sequencer version --- seqs/rsyslog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seqs/rsyslog.sh b/seqs/rsyslog.sh index ed7283a..9d4d00f 100755 --- a/seqs/rsyslog.sh +++ b/seqs/rsyslog.sh @@ -79,7 +79,7 @@ step_16() { return 1 fi addConf -s -f "$CONFIG_REMOTE" "$CONFIG_REMOTE_DEST" - endReturn -o $? "Custom remote host $remoteHost not applied to destination or $MISSING_CONF" + endReturn -o $? "Custom remote host $remoteHost not applied to destination or check ${sqr_missingConf:-}" exe sed -i "s/12\.34\.56\.78\:514/${remoteHost}/" "$CONFIG_REMOTE_DEST" endReturn -o $? "Couldn't apply $remoteHost to $CONFIG_REMOTE_DEST"