From a545945194df607093c622923181deea6eef26dd Mon Sep 17 00:00:00 2001 From: Florent Date: Thu, 5 Jan 2023 12:45:53 +0100 Subject: [PATCH] reload all sysctl parameters after removing app --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 4fb59d4..b918c7a 100755 --- a/scripts/remove +++ b/scripts/remove @@ -39,7 +39,7 @@ if [ -e "/etc/sysctl.d/90-inotify_minidlna.conf" ]; then # Reload the kernel configuration. if ! IS_PACKAGE_CHECK # LXC doesn't allow sysctl to play with kernel options. then - sysctl -p /etc/sysctl.d/90-inotify_minidlna.conf + sysctl --system fi fi