1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-25 18:38:30 +00:00

Merge pull request #390 from inhumantsar/patch-1

Changed interpreter from /bin/sh to bash
This commit is contained in:
Steve Schnepp 2013-10-17 00:40:59 -07:00
commit e3af199459

View file

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# #
# Plugin to monitor CPU usage, for a selected set of processes. Tested on Linux. # Plugin to monitor CPU usage, for a selected set of processes. Tested on Linux.
# #