mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
check-host-sed.sh: add missing shebang line
Bash seems to be smart enough to source the file when execve returns ENOEXEC, but other shells might not be. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
c71816a8a5
commit
29df95079d
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
SEDLIST="/usr/bin/sed /bin/sed sed gnused gsed"
|
SEDLIST="/usr/bin/sed /bin/sed sed gnused gsed"
|
||||||
|
|
||||||
for SED in $SEDLIST
|
for SED in $SEDLIST
|
||||||
|
Loading…
x
Reference in New Issue
Block a user