mirror of
https://github.com/YunoHost-Apps/minidlna_ynh.git
synced 2024-09-03 19:36:34 +02:00
reload all sysctl parameters after removing app
This commit is contained in:
parent
ca83714127
commit
a545945194
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ if [ -e "/etc/sysctl.d/90-inotify_minidlna.conf" ]; then
|
||||||
# Reload the kernel configuration.
|
# Reload the kernel configuration.
|
||||||
if ! IS_PACKAGE_CHECK # LXC doesn't allow sysctl to play with kernel options.
|
if ! IS_PACKAGE_CHECK # LXC doesn't allow sysctl to play with kernel options.
|
||||||
then
|
then
|
||||||
sysctl -p /etc/sysctl.d/90-inotify_minidlna.conf
|
sysctl --system
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue