Fix syntax error
This commit is contained in:
parent
02ee7fa38a
commit
fc5ddead22
2
docs.org
2
docs.org
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user