remove useless test -x for init.d services, invoke-rc.d takes care of that
This commit is contained in:
parent
233397e37a
commit
06fe7d5e98
|
@ -252,7 +252,7 @@ fi
|
|||
for service in $SERVICES postfix bind9 courier-authdaemon \
|
||||
courier-imap courier-imap-ssl courier-pop courier-pop-ssl \
|
||||
cron proftpd; do
|
||||
test -x /etc/init.d/$service && invoke-rc.d $service reload || true
|
||||
invoke-rc.d $service reload || true
|
||||
done
|
||||
|
||||
#######################################################################
|
||||
|
|
Loading…
Reference in New Issue