瀏覽代碼

Read default domain

Bob Mottram 7 年之前
父節點
當前提交
c67e9c9636
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/freedombone-app-scuttlebot

+ 1
- 0
src/freedombone-app-scuttlebot 查看文件

@@ -44,6 +44,7 @@ scuttlebot_variables=(MY_USERNAME
44 44
                       SYSTEM_TYPE)
45 45
 
46 46
 function scuttlebot_create_invite {
47
+    read_config_param ${GNUSOCIAL_DOMAIN_NAME}
47 48
     SCUTTLEBOT_ONION_HOSTNAME=$(cat /var/lib/tor/hidden_service_scuttlebot/hostname)
48 49
     invite_string=$(su -c "sbot invite.create 1" - scuttlebot | sed 's/"//g' | sed "s/$DEFAULT_DOMAIN_NAME/$SCUTTLEBOT_ONION_HOSTNAME/g")
49 50