diff options
author | Simon Rettberg | 2018-04-03 12:34:31 +0200 |
---|---|---|
committer | Simon Rettberg | 2018-04-03 12:34:31 +0200 |
commit | 9455992b981f29981724c74503ff2dbae50fc28e (patch) | |
tree | ddcc01f65ae287631571c5b241e0c953b29b91da | |
parent | [pam-slx-plug] Set proper file mode on generated configs (diff) | |
download | mltk-9455992b981f29981724c74503ff2dbae50fc28e.tar.gz mltk-9455992b981f29981724c74503ff2dbae50fc28e.tar.xz mltk-9455992b981f29981724c74503ff2dbae50fc28e.zip |
[iptables-helper] Forgot one rm -> rm -r instance
-rwxr-xr-x | core/modules/iptables-helper/data/opt/openslx/iptables/iptables-reloader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/iptables-helper/data/opt/openslx/iptables/iptables-reloader b/core/modules/iptables-helper/data/opt/openslx/iptables/iptables-reloader index d29b7725..aec18936 100755 --- a/core/modules/iptables-helper/data/opt/openslx/iptables/iptables-reloader +++ b/core/modules/iptables-helper/data/opt/openslx/iptables/iptables-reloader @@ -1,6 +1,6 @@ #!/bin/ash -rm -f -- "/run/iptables-reloader.cache" "/run/iptables-reloader.lock" +rm -rf -- "/run/iptables-reloader.cache" "/run/iptables-reloader.lock" /opt/openslx/iptables/iptables-reloader-worker exec /opt/openslx/sbin/inotifyd /opt/openslx/iptables/iptables-reloader-worker /opt/openslx/iptables/rules.d:cndmy |