Browse Source

Allow http directory server

Bob Mottram 8 years ago
parent
commit
7da9828dc4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-friendica

+ 1
- 1
src/freedombone-app-friendica View File

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