diff options
author | André Herbst <moormaster@gmx.net> | 2022-01-31 10:46:40 +0100 |
---|---|---|
committer | André Herbst <moormaster@gmx.net> | 2022-01-31 10:46:40 +0100 |
commit | 07dec08c78f92296325d3f214e804d5e28bb2ad5 (patch) | |
tree | 81343fde32e9600938e9ab47a55de95b3316aa74 /net/ddns-scripts/Makefile | |
parent | d5d8a39b531bdb68cf7567710dfdf7bc21616166 (diff) |
ddns-scripts: remove extra pipe
The extra pipe caused an error WARN : PID 'xyz' exit WITH ERROR '2' when executing ddns update.
Signed-off-by: André Herbst <moormaster@gmx.net>
Diffstat (limited to 'net/ddns-scripts/Makefile')
-rw-r--r-- | net/ddns-scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index 873a33b1f..acd856411 100644 --- a/net/ddns-scripts/Makefile +++ b/net/ddns-scripts/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ddns-scripts PKG_VERSION:=2.8.2 -PKG_RELEASE:=22 +PKG_RELEASE:=23 PKG_LICENSE:=GPL-2.0 |