use /bin/sh for init scripts
This commit is contained in:
parent
ad3ef53171
commit
99af416e14
5 changed files with 5 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env sh -e
|
||||
#!/bin/sh -e
|
||||
|
||||
### This script is called once at boot time by rc.init, and is
|
||||
### also called by the runleveld service every time the user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue