Skip to content

Commit

Permalink
chore: Fix double quotes in echo, INPRO-2035
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelstrg committed Jan 10, 2024
1 parent a24fcd1 commit 8c3b600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gcloud-workstation-phpstorm/start-vpn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion gcloud-workstation-vscode/start-vpn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8c3b600

Please sign in to comment.