1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-13 11:01:50 +00:00
openmptcprouter-feeds/omr-bypass/files/etc/firewall.omr-bypass
Ycarus (Yannick Chabanois) 544d69742e Fix fw error
2024-01-01 21:01:18 +01:00

2 lines
158 B
Bash

#!/bin/sh
[ -z "$(pgrep -f omr-bypass 2>&1 >/dev/null)" ] && logger -t "firewall.omr-bypass" "reload omr-bypass rules" && /etc/init.d/omr-bypass reload_rules