mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-16 21:10:10 +00:00
debian: Updated postinst such that sysctl failures are non-fatal to installation
This commit is contained in:
parent
8426569f5c
commit
d3a08aaa3f
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ if [ "$1" = "configure" ]; then
|
|||
fi
|
||||
# Apply usrp2 networking optimization
|
||||
if [ -x "`which sysctl 2>/dev/null`" ]; then
|
||||
sysctl -p /etc/sysctl.d/uhd-usrp2.conf
|
||||
sysctl -p /etc/sysctl.d/uhd-usrp2.conf || echo "Warning: Could not update sysctl settings for network devices."
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue