From 1f20cb4583a2cc742d831036fdaaf407ed378150 Mon Sep 17 00:00:00 2001 From: TimmThaler Date: Mon, 6 Nov 2017 08:38:26 +0100 Subject: [PATCH] Update and rename convertiOS.sh to convert.openvpnconnect.sh --- scripts/{convertiOS.sh => convert.openvpnconnect.sh} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename scripts/{convertiOS.sh => convert.openvpnconnect.sh} (97%) diff --git a/scripts/convertiOS.sh b/scripts/convert.openvpnconnect.sh similarity index 97% rename from scripts/convertiOS.sh rename to scripts/convert.openvpnconnect.sh index 12e5eb8..3c432e0 100644 --- a/scripts/convertiOS.sh +++ b/scripts/convert.openvpnconnect.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Convert the original ovpn file of a client to a ovpn file that will work with the "OpenVPN Connect" app for iOS +# Convert the original ovpn file of a client to a ovpn file that will work with the "OpenVPN Connect" app for iOS and Android # # Script created by TimmThaler > github.com/TimmThaler # Based on the issue post 364 and the instructions by killermosi