diff --git a/Scripts/vpn_profile_template.erb b/Scripts/vpn_profile_template.erb index 7d9b346..6127a9d 100644 --- a/Scripts/vpn_profile_template.erb +++ b/Scripts/vpn_profile_template.erb @@ -13,6 +13,8 @@ struct VPNProfile { static let password = "<%= OPENVPN_PASSWORD %>" static let configuration = """ - <%= OPENVPN_CONFIGURATION %> +<% OPENVPN_CONFIGURATION.each_line do |line| %> + <%= line %> +<% end %> """ }