hnetd: remove exit statement in postinst script
This commit is contained in:
parent
ff202d01a9
commit
f874b34485
1 changed files with 0 additions and 1 deletions
|
@ -101,7 +101,6 @@ define Package/hnetd/postinst
|
||||||
/etc/init.d/hnetd enable
|
/etc/init.d/hnetd enable
|
||||||
/etc/init.d/hnetd start
|
/etc/init.d/hnetd start
|
||||||
}
|
}
|
||||||
exit 0
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,hnetd))
|
$(eval $(call BuildPackage,hnetd))
|
||||||
|
|
Loading…
Reference in a new issue