Allow http directory server

This commit is contained in:
Bob Mottram 2017-04-07 18:00:15 +01:00
parent c4a023bcab
commit 7da9828dc4
1 changed files with 1 additions and 1 deletions

View File

@ -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