File: network-console.isinstallable

package info (click to toggle)
network-console 1.100
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 900 kB
  • sloc: sh: 168; ansic: 48; makefile: 14
file content (8 lines) | stat: -rwxr-xr-x 74 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

if pidof sshd > /dev/null; then
	exit 1
else
	exit 0
fi