diff options
author | Syrone Wong <wong.syrone@gmail.com> | 2020-05-06 10:10:38 +0800 |
---|---|---|
committer | Syrone Wong <wong.syrone@gmail.com> | 2020-05-06 10:12:03 +0800 |
commit | e8bee3aaa321679f240529600603d4af6c6bf798 (patch) | |
tree | 53287f47a26bafb5dde37325f3bc87b57bb06ff6 /net/wsdd2/files | |
parent | 48d9521ecd75e6651d750642ae1d6da3ada2bc52 (diff) |
wsdd2: bump PKG_RELEASE; refine init script
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
Diffstat (limited to 'net/wsdd2/files')
-rw-r--r-- | net/wsdd2/files/wsdd2.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wsdd2/files/wsdd2.init b/net/wsdd2/files/wsdd2.init index ff7134d4f..ca9653d6c 100644 --- a/net/wsdd2/files/wsdd2.init +++ b/net/wsdd2/files/wsdd2.init @@ -68,7 +68,7 @@ start_service() { [ -n "$ifname" ] && procd_append_param command -i "$ifname" procd_append_param command -N "$NB_PARM" procd_append_param command -G "$WG_PARM" - [ "x${BI_PARM}" != "x" ] && procd_append_param command -b "$BI_PARM" + [ "x${BI_PARM}" = "x" ] || procd_append_param command -b "$BI_PARM" procd_set_param respawn procd_set_param file "$SMB_CONF" procd_close_instance |