diff --git a/openvpn-install.sh b/openvpn-install.sh
index f45d6ec..fd2c8fa 100644
--- a/openvpn-install.sh
+++ b/openvpn-install.sh
@@ -966,7 +966,7 @@ function newClient () {
echo ""
echo ""
- cat "/etc/openvpn/easy-rsa/pki/issued/$CLIENT.crt" | awk '/BEGIN/,/END/'
+ awk '/BEGIN/,/END/' "/etc/openvpn/easy-rsa/pki/issued/$CLIENT.crt"
echo ""
echo ""