Added clean to first make
This commit is contained in:
parent
968663be79
commit
5f12a196d5
2
init
2
init
@ -18,7 +18,7 @@ fi
|
|||||||
|
|
||||||
if [ "$1" == "start" ]; then
|
if [ "$1" == "start" ]; then
|
||||||
/usr/sbin/saslauthd -m /run/saslauthd -a pam
|
/usr/sbin/saslauthd -m /run/saslauthd -a pam
|
||||||
cd /etc/mail && make && make && exec /usr/sbin/sendmail -q1h -bD &
|
cd /etc/mail && make clean && make && exec /usr/sbin/sendmail -q1h -bD &
|
||||||
|
|
||||||
wait
|
wait
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user