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"