Explorar el Código

Allow http directory server

Bob Mottram hace 8 años
padre
commit
7da9828dc4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-app-friendica

+ 1
- 1
src/freedombone-app-friendica Ver fichero

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