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