mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Revert "Plugin pacman_pending_updates: switch to /bin/sh; update version"
This reverts commit c9cc2f27f6
.
Actually, it depends on a bashism at line 53:
if hash checkupdates >/dev/null 2>&1; then
This commit is contained in:
parent
2124a49d57
commit
b526aee0c0
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
: <<=cut
|
: <<=cut
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ This plugin will draw one line: the number of updates pending.
|
||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
1.2.0
|
1.1.1
|
||||||
|
|
||||||
=head1 AUTHOR
|
=head1 AUTHOR
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue