From cce8c679cf11955fbec011cf40cdd5f6e7cf9c86 Mon Sep 17 00:00:00 2001 From: Aaron Murray Date: Thu, 18 Jan 2024 17:29:26 -0600 Subject: [PATCH] load configs module Signed-off-by: Aaron Murray --- install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install b/install index fca14c3..e709741 100755 --- a/install +++ b/install @@ -2,7 +2,7 @@ # # shellcheck disable=SC1090,SC1091,SC2010,SC2016,SC2046,SC2086,SC2174,SC2181 # -# Copyright (c) 2015-2023 OpenMediaVault Plugin Developers +# Copyright (c) 2015-2024 OpenMediaVault Plugin Developers # Copyright (c) 2017-2020 Armbian Developers # # This file is licensed under the terms of the GNU General Public @@ -15,7 +15,7 @@ # logfile="omv_install.log" -scriptversion="2.3.0" +scriptversion="2.3.1" _log() @@ -509,6 +509,7 @@ EOF fi # get default governor for kernel +modprobe --quiet configs if [ -f "/proc/config.gz" ]; then defaultGov="$(zgrep "${defaultGovSearch}" /proc/config.gz | sed -e "s/${defaultGovSearch}\(.*\)=y/\1/")" elif [ -f "/boot/config-$(uname -r)" ]; then