hnetd: remove exit statement in postinst script

This commit is contained in:
Steven Barth 2014-09-30 19:31:44 +02:00
parent ff202d01a9
commit f874b34485
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ define Package/hnetd/postinst
/etc/init.d/hnetd enable
/etc/init.d/hnetd start
}
exit 0
endef
$(eval $(call BuildPackage,hnetd))