File: prequal.sh

package info (click to toggle)
certmonger 0.75.14-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 8,540 kB
  • ctags: 2,176
  • sloc: ansic: 41,340; sh: 9,551; makefile: 528; python: 207; xml: 190; sed: 16
file content (5 lines) | stat: -rwxr-xr-x 101 bytes parent folder | download | duplicates (44)
1
2
3
4
5
#!/bin/sh
if test `id -u` -eq 0 ; then
	echo "This test won't work right if run as root."
	exit 1
fi