mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
Typo in compilation commands of postfix.
Now it works together with cyrus sasl! git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@1045 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -81,10 +81,10 @@ start_service() {
|
||||
|
||||
if [ -e "/etc/init.d/${1}" ]; then
|
||||
if [ -n "${BACKGROUND}" ]; then
|
||||
(sleep ${DELAY} && /etc/init.d/${1} start) &
|
||||
else
|
||||
sleep ${DELAY} && /etc/init.d/${1} start
|
||||
fi
|
||||
(sleep ${DELAY} && /etc/init.d/${1} start) &
|
||||
else
|
||||
sleep ${DELAY} && /etc/init.d/${1} start
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user