mirror of
https://github.com/openwrt/packages.git
synced 2026-01-09 19:31:21 +00:00
ddns-script: removes linefeed which causes 401 err
The linefeed at the end causes ovh-api to return 401 even if the password is correct. Fixes #27693 Signed-off-by: Fabian Zimmermann <dev.faz@gmail.com>
This commit is contained in:
committed by
Florian Eckert
parent
59465b95b8
commit
0201efd635
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ddns-scripts
|
||||
PKG_VERSION:=2.8.2
|
||||
PKG_RELEASE:=79
|
||||
PKG_RELEASE:=80
|
||||
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user