Browse Source

Switch to hubzilla

Bob Mottram 10 years ago
parent
commit
53afe6ff4c
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      src/freedombone
  2. 1
    1
      src/freedombone-config

+ 1
- 1
src/freedombone View File

43
 VERSION="1.01"
43
 VERSION="1.01"
44
 
44
 
45
 # whether to enable hubzilla or redmatrix
45
 # whether to enable hubzilla or redmatrix
46
-ENABLE_HUBZILLA="no"
46
+ENABLE_HUBZILLA="yes"
47
 
47
 
48
 # Different system variants which may be specified within
48
 # Different system variants which may be specified within
49
 # the SYSTEM_TYPE option
49
 # the SYSTEM_TYPE option

+ 1
- 1
src/freedombone-config View File

32
 NO_OF_ARGS=$#
32
 NO_OF_ARGS=$#
33
 
33
 
34
 # whether to enable hubzilla or redmatrix
34
 # whether to enable hubzilla or redmatrix
35
-ENABLE_HUBZILLA="no"
35
+ENABLE_HUBZILLA="yes"
36
 
36
 
37
 # Web site
37
 # Web site
38
 FREEDOMBONE_WEBSITE="http://freedombone.uk.to"
38
 FREEDOMBONE_WEBSITE="http://freedombone.uk.to"