diff options
Diffstat (limited to 'cmake/debian/postinst')
-rwxr-xr-x | cmake/debian/postinst | 4 |
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 |