mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
added openvpn client.conf initialization
This commit is contained in:
parent
095bcb070d
commit
a49b617896
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user