ソースを参照

Allow http directory server

Bob Mottram 8 年 前
コミット
7da9828dc4
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/freedombone-app-friendica

+ 1
- 1
src/freedombone-app-friendica ファイルの表示

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