From 2688d60f6d714ec33bfdd89dd74701469e5b11f3 Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Wed, 1 Jan 2020 23:28:20 +0100 Subject: [PATCH] Small documentation update --- seqs/basics.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/seqs/basics.sh b/seqs/basics.sh index 6ad7933..f7eafed 100755 --- a/seqs/basics.sh +++ b/seqs/basics.sh @@ -48,7 +48,10 @@ CONFIG_FILE_SSMTP_TEMPLATE="${CONFIG_FILE_SSMTP}.example" CONFIG_FILE_SSMTP_AL="$WSUBDIR/revaliases.cfg" CONFIG_FILE_SSMTP_AL_TEMPLATE="${CONFIG_FILE_SSMTP}.example" -step_13_info() { echo "ssmtp test "; } +step_13_info() { + echo -n "Send test E-Mail to " + if [ -z $2 ] ; then echo ""; else echo "$2"; fi +} step_13_alias() { ALIAS="ssmtpTest"; } step_13() { if [ ! -z "$2" ] || [ "$2" == "" ] ; then @@ -74,5 +77,5 @@ step_15() { echo " - $CONFIG_LOC_SSMTP_AL" } -VERSION_SEQREV=8 +VERSION_SEQREV=9 . /usr/local/bin/sequencer.sh