Fix syntax error

This commit is contained in:
Roger Gonzalez 2025-01-11 19:57:13 -03:00
parent 02ee7fa38a
commit fc5ddead22
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6
2 changed files with 2 additions and 2 deletions

View File

@ -269,7 +269,7 @@ configure_vpn() {
log_info "Please check $vpn_service's documentation for specific configuration:"
log_info "https://github.com/qdm12/gluetun-wiki/blob/main/setup/providers/${vpn_service// /-}.md"
if [ "$vpn_service" = "protonvpn" ] then
if [ "$vpn_service" = "protonvpn" ]; then
log_info "DON'T USE YOUR PROTON USERNAME AND PASSWORD. READ THE DOCS ABOVE TO GET THE CORRECT VPN USERNAME AND PASSWORD"
fi

View File

@ -202,7 +202,7 @@ configure_vpn() {
log_info "Please check $vpn_service's documentation for specific configuration:"
log_info "https://github.com/qdm12/gluetun-wiki/blob/main/setup/providers/${vpn_service// /-}.md"
if [ "$vpn_service" = "protonvpn" ] then
if [ "$vpn_service" = "protonvpn" ]; then
log_info "DON'T USE YOUR PROTON USERNAME AND PASSWORD. READ THE DOCS ABOVE TO GET THE CORRECT VPN USERNAME AND PASSWORD"
fi