|
Lines 61-67
Link Here
|
| 61 |
for config in ${dovecot_config}; do |
61 |
for config in ${dovecot_config}; do |
| 62 |
required_files="${config}" |
62 |
required_files="${config}" |
| 63 |
command_args="-c ${config}" |
63 |
command_args="-c ${config}" |
| 64 |
if [ -f ${config} ]; then |
64 |
if [ -s ${config} ]; then |
| 65 |
base_dir=$(${command} ${command_args} -a | /usr/bin/awk -F '= ' '/^base_dir =/ { print $2 }') |
65 |
base_dir=$(${command} ${command_args} -a | /usr/bin/awk -F '= ' '/^base_dir =/ { print $2 }') |
| 66 |
pidfile="${base_dir}/master.pid" |
66 |
pidfile="${base_dir}/master.pid" |
| 67 |
else |
67 |
else |