From 168e0d30d21c4771a413bb39b86595aedac3607f Mon Sep 17 00:00:00 2001 From: bolvan Date: Tue, 7 May 2019 15:05:23 +0300 Subject: [PATCH] get_hostlist.sh : exit 0 --- ipset/get_hostlist.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ipset/get_hostlist.sh b/ipset/get_hostlist.sh index 9ba11d1..b4172b4 100755 --- a/ipset/get_hostlist.sh +++ b/ipset/get_hostlist.sh @@ -25,3 +25,5 @@ rm -f $ZREESTR # force tpws to reload if its running killall -HUP tpws 2>/dev/null + +exit 0