From e26a244e7ed7584a671fa17fd2fd285eff297363 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 1 Sep 2009 06:21:10 +0000 Subject: setup-acf: added -e option to set email for self signed cert --- setup-acf.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'setup-acf.in') diff --git a/setup-acf.in b/setup-acf.in index 0b45be5..ca17575 100644 --- a/setup-acf.in +++ b/setup-acf.in @@ -7,15 +7,16 @@ PREFIX= . $PREFIX/lib/libalpine.sh usage() { - echo "$PROGRAM [-ahn] [-l address] [PACKAGE...]" + echo "$PROGRAM [-ahn] [-e email] [-l address] [PACKAGE...]" exit 0; } pkgs="acf-core acf-alpine-baselayout acf-apk-tools" -while getopts "ahl:n" opt ; do +while getopts "ae:hl:n" opt ; do case $opt in a) pkgs=`apk_fetch -l | grep ^acf-`;; + e) EMAIL="$OPTARG";; h) usage;; l) address="$OPTARG";; n) create_passwd=no;; -- cgit v1.2.3