From 341f0470cfcae91e180e0c7ddf0101ca2c92253c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 2 Jun 2015 08:42:40 +0200 Subject: Update paths for the usr/sbin -> usr/bin move. --- core-services/08-sysctl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core-services/08-sysctl.sh') diff --git a/core-services/08-sysctl.sh b/core-services/08-sysctl.sh index 2f393ee..44aa4ad 100644 --- a/core-services/08-sysctl.sh +++ b/core-services/08-sysctl.sh @@ -1,6 +1,6 @@ # vim: set ts=4 sw=4 et: -if [ -x /sbin/sysctl ]; then +if [ -x /sbin/sysctl -o -x /bin/sysctl ]; then msg "Loading sysctl(8) settings..." sysctl --system fi -- cgit 1.4.1