Move configuration file to directory conf also for Postfix Relay installation

This commit is contained in:
Christoph 2017-03-07 13:08:57 +01:00
parent 5b5fcfa595
commit 4501c38aa7

View File

@ -86,7 +86,7 @@ fi
echo ""
conf_dir=$(dirname $0)
conf_dir=$(dirname $0)/conf
conf_file="${conf_dir}/install_postfix_relay.conf"
if [[ -f "$conf_file" ]]; then