uspd: Fix uspd service entry

This commit is contained in:
vdutta 2021-05-12 23:40:37 +05:30
parent b87959cc61
commit d5071bf28d
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=uspd
PKG_VERSION:=2.1.16
PKG_VERSION:=2.1.17
LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1)

View file

@ -28,7 +28,7 @@ configure_uspd()
return 1;
}
[ ${enabled} -eq 0 ] && exit 0
[ ${enabled} -eq 0 ] && return 0
if [ ${debug} -eq 1 ]; then
procd_set_param stdout 1