1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 14:16:00 +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:
Steve Schnepp 2019-07-31 20:48:00 +02:00
parent 2124a49d57
commit b526aee0c0

View file

@ -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