apache, nginx: fix service reload on Debian
For some unfathomable reason /sbin is not in PATH when running cronjobs. It shouldn’t hurt on Alpine.
This commit is contained in:
parent
4f9b6a2c53
commit
604ce177e6
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
service apache reload
|
||||
/sbin/service apache reload
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
service nginx reload
|
||||
/sbin/service nginx reload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue