From 5870937f5f9d51acf7758c7b57739b56d153500c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Tue, 12 Mar 2019 14:42:41 +0100 Subject: [PATCH] Update node_reset.sh --- withdraw/node_reset.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/withdraw/node_reset.sh b/withdraw/node_reset.sh index b426ffe..1aa2cd4 100644 --- a/withdraw/node_reset.sh +++ b/withdraw/node_reset.sh @@ -5,4 +5,4 @@ docker system prune -a docker stop $(docker ps -a -q) docker rm $(docker ps -a -q) docker rmi $(docker images -a -q) -iptables -F && iptables -t nat -F && iptables -t mangle -F && iptables -X \ No newline at end of file +#iptables -F && iptables -t nat -F && iptables -t mangle -F && iptables -X