2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01: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.
#