1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 10:59:13 +02:00

Merge pull request #10958 from Ansuel/wsdd2

wsdd2: fix install warning on compile
This commit is contained in:
Rosen Penev 2020-01-08 02:55:54 -08:00 committed by GitHub
commit 12fbb79fdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=wsdd2
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/Andy2244/wsdd2.git

View File

@ -9,10 +9,10 @@ NB_PARM=""
WG_PARM=""
BI_PARM=""
. /lib/functions/network.sh
start_service() {
. /lib/functions/network.sh
if [ -e /etc/smbd/smb.conf ] && [ -e /etc/init.d/smbd ] && /etc/init.d/smbd running; then
SMB_CONF="/etc/smbd/smb.conf"
fi