diff options
Diffstat (limited to 'modules/freifunk/ipkg/postinst')
-rwxr-xr-x | modules/freifunk/ipkg/postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/freifunk/ipkg/postinst b/modules/freifunk/ipkg/postinst index 90e28effe..52bedb2d4 100755 --- a/modules/freifunk/ipkg/postinst +++ b/modules/freifunk/ipkg/postinst @@ -2,4 +2,5 @@ [ -n "${IPKG_INSTROOT}" ] || { /etc/init.d/freifunk enabled || /etc/init.d/freifunk enable + exit 0 } |