fix missing path to db
This commit is contained in:
@@ -8,7 +8,8 @@ if [ ! -c /dev/net/tun ]; then
|
||||
fi
|
||||
|
||||
# Enable IP forwarding
|
||||
sysctl -w net.ipv4.ip_forward=1
|
||||
sysctl -w net.ipv4.ip_forward=1 || true
|
||||
|
||||
|
||||
# NAT MASQUERADE
|
||||
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
|
||||
|
||||
Reference in New Issue
Block a user