aboutsummaryrefslogtreecommitdiffstats
path: root/lfacme-setup.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'lfacme-setup.sh.in')
-rw-r--r--lfacme-setup.sh.in34
1 files changed, 0 insertions, 34 deletions
diff --git a/lfacme-setup.sh.in b/lfacme-setup.sh.in
deleted file mode 100644
index 4b60263..0000000
--- a/lfacme-setup.sh.in
+++ /dev/null
@@ -1,34 +0,0 @@
-#! /bin/sh
-# This source code is released into the public domain.
-
-# Parse command-line arguments.
-args=$(getopt c:vy $*)
-if [ $? -ne 0 ]; then
- exit 1
-fi
-set -- $args
-
-_uacme_flags=""
-
-while :; do
- case "$1" in
- -c)
- _CONFDIR="$2"
- shift; shift;;
- -v)
- LFACME_VERBOSE=1
- shift;;
- -y)
- _uacme_flags="$_uacme_flags $1"
- shift;;
- --)
- shift; break;;
- esac
-done
-
-# Initialise.
-. __LIBDIR__/init.sh
-
-# Run uacme.
-mkdir -p "$_UACME_DIR"
-_uacme $_uacme_flags new