mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #10958 from Ansuel/wsdd2
wsdd2: fix install warning on compile
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=wsdd2
|
PKG_NAME:=wsdd2
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/Andy2244/wsdd2.git
|
PKG_SOURCE_URL:=https://github.com/Andy2244/wsdd2.git
|
||||||
|
|||||||
@@ -9,10 +9,10 @@ NB_PARM=""
|
|||||||
WG_PARM=""
|
WG_PARM=""
|
||||||
BI_PARM=""
|
BI_PARM=""
|
||||||
|
|
||||||
. /lib/functions/network.sh
|
|
||||||
|
|
||||||
start_service() {
|
start_service() {
|
||||||
|
|
||||||
|
. /lib/functions/network.sh
|
||||||
|
|
||||||
if [ -e /etc/smbd/smb.conf ] && [ -e /etc/init.d/smbd ] && /etc/init.d/smbd running; then
|
if [ -e /etc/smbd/smb.conf ] && [ -e /etc/init.d/smbd ] && /etc/init.d/smbd running; then
|
||||||
SMB_CONF="/etc/smbd/smb.conf"
|
SMB_CONF="/etc/smbd/smb.conf"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user