diff options
Diffstat (limited to 'package/quagga/ipkg/quagga.postinst')
-rw-r--r-- | package/quagga/ipkg/quagga.postinst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/quagga/ipkg/quagga.postinst b/package/quagga/ipkg/quagga.postinst index ff83cfcae4..90ffe61e28 100644 --- a/package/quagga/ipkg/quagga.postinst +++ b/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 |