|
@@ -91,10 +91,12 @@ function ghost_replace_proprietary_services {
|
91
|
91
|
replace_file=$1
|
92
|
92
|
|
93
|
93
|
sed -i 's|Twitter Profile|GNU Social Profile|g' $replace_file
|
|
94
|
+ sed -i 's|Twitter profile|GNU Social Profile|g' $replace_file
|
94
|
95
|
sed -i 's|Twitter Username|GNU Social Username|g' $replace_file
|
95
|
96
|
sed -i 's|twitter.com|quitter.se|g' $replace_file
|
96
|
97
|
sed -i 's|Facebook Page|Hubzilla Channel|g' $replace_file
|
97
|
98
|
sed -i 's|Facebook Profile|Hubzilla Channel|g' $replace_file
|
|
99
|
+ sed -i 's|Facebook profile|Hubzilla Channel|g' $replace_file
|
98
|
100
|
sed -i 's|www.facebook.com/username|hubzilladomain/username|g' $replace_file
|
99
|
101
|
sed -i 's|www.facebook.com/ghost|hubzilladomain/username|g' $replace_file
|
100
|
102
|
sed -i 's|www.facebook.com/testuser|hubzilladomain/username|g' $replace_file
|