Browse Source

Read default domain

Bob Mottram 7 years ago
parent
commit
c67e9c9636
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-app-scuttlebot

+ 1
- 0
src/freedombone-app-scuttlebot View File

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