We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e009e01 commit ff3fed5Copy full SHA for ff3fed5
scripts/inotify.sh
@@ -18,7 +18,7 @@ if [ "${monitor_file}" = "disable" ]; then
18
sed -i "s/description=\[.*\]/description=\[😎AdGuardHome is running but ⛓️💥iptables is disabled\]/" "$MOD_PATH/module.prop"
19
fi
20
elif [ "${events}" = "n" ]; then
21
- if [ -f "/data/adb/modules/AdGuardHome/disable_iptable" ]; then
+ if [ ! -f "/data/adb/modules/AdGuardHome/disable_iptable" ]; then
22
$SCRIPT_DIR/iptables.sh disable
23
24
$SCRIPT_DIR/service.sh stop
0 commit comments