Improve help output with latest changes from sequencer

This commit is contained in:
2022-01-23 23:06:46 +01:00
parent e641373a57
commit 6dd40bc6c2
12 changed files with 80 additions and 83 deletions

View File

@@ -63,7 +63,10 @@ step_14() {
}
CONFIG_RNGD_DEST="/etc/rsyslog.d/$(basename $CONFIG_RNGD)"
step_16_info() { echo "Send syslog messages to remote syslog server <REMOTE_IP:PORT>"; }
step_16_info() {
echoinfoArgs "<REMOTE_IP:PORT>"
echo "Send syslog messages to remote syslog server"
}
step_16_alias() { ALIAS="remote"; }
step_16() {
local rex='^[0-9\.]+\:[0-9]+$'
@@ -94,6 +97,7 @@ step_17() {
step_30_info() { echo "Activating syslog server"; }
step_30_alias() { ALIAS="server"; }
step_30() {
outColor green
cat << SERVER_EOF
# Uncomment the chapter
@@ -102,5 +106,5 @@ step_30() {
SERVER_EOF
}
VERSION_SEQREV=12
VERSION_SEQREV=14
. /usr/local/bin/sequencer.sh