File: init-select

package info (click to toggle)
init-select 1.20140921
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 140 kB
  • sloc: sh: 41; makefile: 8
file content (4 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (2)
1
2
3
4
#!/bin/sh

test $(whoami) = root && dpkg-reconfigure init-select || \
    echo "$(basename $0) needs to be run as the root user"