mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Use "/bin/sh" instead of "/sbin/sh" as interpreter
This commit is contained in:
parent
f477c6748e
commit
a0cb4d4344
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/sbin/sh
|
||||
#!/bin/sh
|
||||
|
||||
# See /usr/include/sys/dk.h !
|
||||
PATH=/usr/bin:/usr/sbin:/sbin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue