added openvpn client.conf initialization

This commit is contained in:
Spyros Ligouras 2013-07-18 14:31:09 +03:00
parent 095bcb070d
commit a49b617896

View File

@ -30,3 +30,6 @@ systemctl start haki
# config fstab && mount
echo "/dev/mmcblk0p3 /mnt ext3 defaults 0 0" >> /etc/fstab
mount /mnt
# initialize /etc/openvpn/client.conf
sed -e 's,^remote.*,,' /usr/share/openvpn/examples/client.conf > /etc/openvpn/client.conf