diff --git a/seqs/basics.sh b/seqs/basics.sh index 2dce5a9..4e1e195 100755 --- a/seqs/basics.sh +++ b/seqs/basics.sh @@ -47,13 +47,14 @@ CONFIG_FILE_SSMTP_AL="$sc_configLoc/revaliases.cfg" CONFIG_FILE_SSMTP_AL_TEMPLATE="${CONFIG_FILE_SSMTP}.example" step_13_info() { - echoinfoArgs ""; echo -n "Send test E-Mail" + echo -n "Send test E-Mail" if [ -z "${2:-}" ] ; then echo " to MAILADDRESS" else echo " to ${2}" fi } +step_13_options() { echo ""; } step_13_alias() { echo "smtpTest"; } step_13() { [[ -z "${2:-}" ]] && fatal -e "No mailaddress provided"