Integrate revision 11249
Debian Policy dictates that /etc/init.d/*.sh scripts must work properly when sourced. The following additional rules apply: * /etc/init.d/*.sh scripts must not rely for their correct functioning on their being sourced rather than executed. That is, they must work properly when executed too. They must include "#!/bin/sh" at the top. This is useful when running scripts in parallel.
This commit is contained in:
parent
a5ab0b6681
commit
8f35bbd5e1
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
|
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
|
|
Loading…
Reference in New Issue