From 8c3b600f3acf3a50647ac496fc734bf76d8f0d1d Mon Sep 17 00:00:00 2001 From: Mickael Saavedra Date: Wed, 10 Jan 2024 13:40:48 +0100 Subject: [PATCH] chore: Fix double quotes in echo, INPRO-2035 --- gcloud-workstation-phpstorm/start-vpn.sh | 2 +- gcloud-workstation-vscode/start-vpn.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcloud-workstation-phpstorm/start-vpn.sh b/gcloud-workstation-phpstorm/start-vpn.sh index d5d5ab8..299a359 100644 --- a/gcloud-workstation-phpstorm/start-vpn.sh +++ b/gcloud-workstation-phpstorm/start-vpn.sh @@ -24,6 +24,6 @@ if test -f "$OVPN_CONFIG_FILE"; then exit 1 fi else - echo "The OpenVPN configuration file is missing. Please make sure that it exists in the home directory of the "user" user as openvpn-client.ovpn." + echo "The OpenVPN configuration file is missing. Please make sure that it exists in the home directory of the \"user\" user as openvpn-client.ovpn." exit 1 fi diff --git a/gcloud-workstation-vscode/start-vpn.sh b/gcloud-workstation-vscode/start-vpn.sh index d5d5ab8..299a359 100644 --- a/gcloud-workstation-vscode/start-vpn.sh +++ b/gcloud-workstation-vscode/start-vpn.sh @@ -24,6 +24,6 @@ if test -f "$OVPN_CONFIG_FILE"; then exit 1 fi else - echo "The OpenVPN configuration file is missing. Please make sure that it exists in the home directory of the "user" user as openvpn-client.ovpn." + echo "The OpenVPN configuration file is missing. Please make sure that it exists in the home directory of the \"user\" user as openvpn-client.ovpn." exit 1 fi