syncthing: fix duplicate command line parameters on service
- This patch fixes 9d17ba1
and #22760
Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
This commit is contained in:
parent
f21dffc2a3
commit
6849a9df90
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=syncthing
|
||||
PKG_VERSION:=1.24.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=syncthing-source-v$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://github.com/syncthing/syncthing/releases/download/v$(PKG_VERSION)
|
||||
|
|
|
@ -14,7 +14,7 @@ config_cb() {
|
|||
local option="$1"
|
||||
local value="$2"
|
||||
case $option in
|
||||
enabled|macprocs|nice|user|logfile)
|
||||
enabled|gui_address|home|logfile|macprocs|nice|user)
|
||||
eval $option=$value
|
||||
;;
|
||||
debug)
|
||||
|
|
Loading…
Reference in a new issue