Switch to running dehydrated.
[distorted-letsencrypt] / bin / le
diff --git a/bin/le b/bin/le
deleted file mode 100755 (executable)
index 0ec46b2..0000000
--- a/bin/le
+++ /dev/null
@@ -1,11 +0,0 @@
-#! /bin/sh
-set -e
-prog=$(readlink -e "$0")
-. "${prog%/*}/../config.sh"
-. "$home/lib/lib.sh"
-
-run_as_user "$@"
-prepare_tmp le-user
-make_le_conf
-
-exec $home/letsencrypt/letsencrypt-auto -c "$tmp/le.conf" "$@"