File: zz-pmon-menu

package info (click to toggle)
pmon-update 0.3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 88 kB
  • sloc: sh: 138; makefile: 2
file content (8 lines) | stat: -rwxr-xr-x 72 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

if [ -x /usr/sbin/pmon-update ]
then
	pmon-update
fi