Allow http directory server
This commit is contained in:
parent
c4a023bcab
commit
7da9828dc4
|
@ -118,7 +118,7 @@ function friendica_channel_directory_server {
|
|||
if [[ "$friendica_domain_server" != *"."* ]]; then
|
||||
return
|
||||
fi
|
||||
if [[ "$friendica_domain_server" != "https"* ]]; then
|
||||
if [[ "$friendica_domain_server" != "http"* ]]; then
|
||||
dialog --title $"Friendica channel directory server" \
|
||||
--msgbox $"Invalid domain - include the https://" 6 40
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue