use /bin/sh for init scripts
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
#!/bin/sh
|
||||
|
||||
rl="$1"
|
||||
shift
|
||||
|
Reference in New Issue
Block a user
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
#!/bin/sh
|
||||
|
||||
rl="$1"
|
||||
shift
|
||||
|