need to set read perms for root user created file

pull/23/head
binhex 5 years ago
parent 8e731bbc59
commit e962447503

@ -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)

Loading…
Cancel
Save