From e962447503de0b8fe7843c5baa644a16a703febd Mon Sep 17 00:00:00 2001 From: binhex Date: Wed, 10 Jul 2019 15:34:32 +0100 Subject: [PATCH] need to set read perms for root user created file --- run/root/iptable.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run/root/iptable.sh b/run/root/iptable.sh index c398f71..f276505 100644 --- a/run/root/iptable.sh +++ b/run/root/iptable.sh @@ -180,6 +180,7 @@ iptables -A OUTPUT -o "${VPN_DEVICE_TYPE}" -j ACCEPT echo "[info] iptables defined as follows..." echo "--------------------" iptables -S 2>&1 | tee /tmp/checkiptables +chmod +r /tmp/checkiptables echo "--------------------" # change iptable 'tcp' to openvpn config compatible 'tcp-client' (this file is sourced)