packages/net/acme/patches/0001-remove-timestamp.patch
Toke Høiland-Jørgensen a1d617bd8b acme: Add package.
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>
2016-08-05 17:41:09 +02:00

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
}