diff options
Diffstat (limited to 'contrib/package/olsrd-luci/ipkg/postinst')
-rwxr-xr-x | contrib/package/olsrd-luci/ipkg/postinst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/package/olsrd-luci/ipkg/postinst b/contrib/package/olsrd-luci/ipkg/postinst index 288d7e40d..cd38fcfaf 100755 --- a/contrib/package/olsrd-luci/ipkg/postinst +++ b/contrib/package/olsrd-luci/ipkg/postinst @@ -2,4 +2,6 @@ [ -n "${IPKG_INSTROOT}" ] || { /etc/init.d/olsrd enable + + exit 0 } |