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