diff options
Diffstat (limited to 'openwrt/package/quagga/ipkg/quagga.postinst')
-rw-r--r-- | openwrt/package/quagga/ipkg/quagga.postinst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openwrt/package/quagga/ipkg/quagga.postinst b/openwrt/package/quagga/ipkg/quagga.postinst index ff83cfcae..90ffe61e2 100644 --- a/openwrt/package/quagga/ipkg/quagga.postinst +++ b/openwrt/package/quagga/ipkg/quagga.postinst @@ -45,5 +45,4 @@ echo "ospfapi 2607/tcp" >>${IPKG_INSTROOT}/etc/services echo "isisd 2608/tcp" >>${IPKG_INSTROOT}/etc/services fi -mkdir -p $dir chown -R $name:$name $dir |