summaryrefslogtreecommitdiff
path: root/cmake/debian/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/debian/postinst')
-rwxr-xr-xcmake/debian/postinst4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/debian/postinst b/cmake/debian/postinst
index a039b4f..5d516cd 100755
--- a/cmake/debian/postinst
+++ b/cmake/debian/postinst
@@ -2,7 +2,7 @@
chmod +x /etc/init.d/accel-ppp
-mkdir /var/log/accel-ppp &> /dev/null
-mkdir /var/run/accel-ppp &> /dev/null
+mkdir /var/log/accel-ppp > /dev/null 2>&1
+mkdir /var/run/accel-ppp > /dev/null 2>&1
exit 0