Skip to content
Snippets Groups Projects
Unverified Commit f96be66f authored by Roma's avatar Roma Committed by Rémy Huet
Browse files

minor bug in debug feature #3

parent 1b9782e3
No related branches found
No related tags found
1 merge request!20pica-mailnt
......@@ -30,6 +30,8 @@ postconf -e "virtual_transport = lmtp:inet:${LMTP_LAN_HOSTNAME}:${LMTP_PORT}:pri
#démarrage premier plan
$1 || /usr/lib/postfix/sbin/master -c /etc/postfix -d 2>&1
$1 || tail -F /var/log/mail.log
#/bin/bash
if [ "$1" != true ]; then
/usr/lib/postfix/sbin/master -c /etc/postfix -d 2>&1
tail -F /var/log/mail.log
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment