zoneconf.in: Split out the temporary-directory machinery.
[zoneconf] / zoneconf-install-userv.in
... / ...
CommitLineData
1#! /bin/sh
2
3set -e
4case $# in
5 2) ;;
6 *) echo >&2 "Usage: $0 VIEW ZONE"; exit 1 ;;
7esac
8
9view="$1" zone="$2"
10exec @sbindir@/zoneconf install "$USERV_USER" "$view" "$zone"