#!/usr/bin/sh #---------------------------------------------------------------------------------------- # /var/install/bin/certs_dehydrated-send-test-message - send test message # # Copyright (c) 2016-2025 The Eisfair Team, team(at)eisfair(dot)org # # Creation: 2016-01-05 jed # Last Update: $Id$ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #---------------------------------------------------------------------------------------- # read eislib . /var/install/include/eislib # debug mode true/false #debug=true if ${debug:-false} then exec 2>/tmp/$(basename ${0})-config-$$.log set -x ask_debug=true export ask_debug fi pgmname=`basename $0` module_name=`basename $0 | cut -d- -f1` clrhome mecho --info "Send test email to administrator" echo /var/install/config.d/${module_name}.sh --send-test-email sleep 1 echo anykey exit 0