1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Change interpreter to /bin/bash, since it uses bash features

This commit is contained in:
Stig Sandbeck Mathisen 2014-10-04 19:40:59 +02:00
parent 4658dd392c
commit f477c6748e

View file

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