lib/hcoop.dtl: Add outpost_ip.
[hcoop/domtool2.git] / scripts / domtool-adduser
CommitLineData
385c3534
AC
1#!/bin/sh -e
2
2ce8fb3f
AC
3if ! [ -e /etc/domtool ]; then
4 echo "/etc/domtool not found. Are you running this on the same machine as domtool-server?"
5 exit 1
6fi
7
385c3534
AC
8domtool-addcert $*
9domtool-addacl $*