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

Plugin pacman_pending_updates: switch to /bin/sh; update version

The plugin does not use any bash-specific features.  Thus it is not
necessary to depend on bash.
This commit is contained in:
Lars Kruse 2019-07-31 03:36:39 +02:00
parent 72f0546b04
commit c9cc2f27f6

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
: <<=cut
@ -25,7 +25,7 @@ This plugin will draw one line: the number of updates pending.
=head1 VERSION
1.1.1
1.2.0
=head1 AUTHOR