This adds a package wrapping the acme.sh script from https://github.com/Neilpang/acme.sh in Uci config and hooks to interact correctly with uhttpd. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
14 lines
265 B
Diff
14 lines
265 B
Diff
--- a/acme.sh 2016-08-05 17:00:58.000000000 +0200
|
|
+++ b/acme.sh 2016-08-05 17:13:58.582459764 +0200
|
|
@@ -48,9 +48,9 @@
|
|
|
|
_info() {
|
|
if [ -z "$2" ] ; then
|
|
- echo "[$(date)] $1"
|
|
+ echo "$1"
|
|
else
|
|
- echo "[$(date)] $1='$2'"
|
|
+ echo "$1='$2'"
|
|
fi
|
|
}
|
|
|