Switch to running dehydrated.
[distorted-letsencrypt] / bin / le
diff --git a/bin/le b/bin/le
deleted file mode 100755 (executable)
index 11963b5..0000000
--- a/bin/le
+++ /dev/null
@@ -1,10 +0,0 @@
-#! /bin/sh
-set -e
-. "${0%/*}/../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" "$@"