mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
Use sh shebang
Don't need bash-specific features, after all
This commit is contained in:
parent
f7cce85865
commit
8c9f0260f9
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
# Graphs the number of running and waiting jobs, as well as when they
|
# Graphs the number of running and waiting jobs, as well as when they
|
||||||
# are submitted.
|
# are submitted.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue