mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +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:
parent
72f0546b04
commit
c9cc2f27f6
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
: <<=cut
|
: <<=cut
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ This plugin will draw one line: the number of updates pending.
|
||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
1.1.1
|
1.2.0
|
||||||
|
|
||||||
=head1 AUTHOR
|
=head1 AUTHOR
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue