From: Ray Wang Date: Tue, 23 Jun 2026 13:10:47 +0000 (+0800) Subject: fsh: fix a typo in fshs.init X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=702dfdddb04b1ef623990aa53b3de6d01a110e2c;p=openwrt-packages.git fsh: fix a typo in fshs.init Fix line continuation characters in the validate_section_fshs() definition. Signed-off-by: Ray Wang --- diff --git a/net/fsh/Makefile b/net/fsh/Makefile index be5da9243..2c305615f 100644 --- a/net/fsh/Makefile +++ b/net/fsh/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fsh PKG_VERSION:=4.11.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/heiher/hev-fsh/releases/download/$(PKG_VERSION) diff --git a/net/fsh/files/fshs.init b/net/fsh/files/fshs.init index bd0561605..ec7222480 100644 --- a/net/fsh/files/fshs.init +++ b/net/fsh/files/fshs.init @@ -11,8 +11,8 @@ validate_section_fshs() { 'enable:bool:0' \ 'addr:string' \ 'port:port' \ - 'tokens:string' - 'params:string' \ + 'tokens:string' \ + 'params:string' } fshs_instance() {