|
|
|
|
118
|
if [[ "$friendica_domain_server" != *"."* ]]; then
|
118
|
if [[ "$friendica_domain_server" != *"."* ]]; then
|
119
|
return
|
119
|
return
|
120
|
fi
|
120
|
fi
|
121
|
- if [[ "$friendica_domain_server" != "https"* ]]; then
|
|
|
|
|
121
|
+ if [[ "$friendica_domain_server" != "http"* ]]; then
|
122
|
dialog --title $"Friendica channel directory server" \
|
122
|
dialog --title $"Friendica channel directory server" \
|
123
|
--msgbox $"Invalid domain - include the https://" 6 40
|
123
|
--msgbox $"Invalid domain - include the https://" 6 40
|
124
|
return
|
124
|
return
|