From 9455992b981f29981724c74503ff2dbae50fc28e Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 3 Apr 2018 12:34:31 +0200 Subject: [iptables-helper] Forgot one rm -> rm -r instance --- .../modules/iptables-helper/data/opt/openslx/iptables/iptables-reloader | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modules/iptables-helper') 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 -- cgit v1.2.3-55-g7522