More word combinations
This commit is contained in:
parent
9807c230c6
commit
ee2f4fb4f8
|
@ -91,10 +91,12 @@ function ghost_replace_proprietary_services {
|
|||
replace_file=$1
|
||||
|
||||
sed -i 's|Twitter Profile|GNU Social Profile|g' $replace_file
|
||||
sed -i 's|Twitter profile|GNU Social Profile|g' $replace_file
|
||||
sed -i 's|Twitter Username|GNU Social Username|g' $replace_file
|
||||
sed -i 's|twitter.com|quitter.se|g' $replace_file
|
||||
sed -i 's|Facebook Page|Hubzilla Channel|g' $replace_file
|
||||
sed -i 's|Facebook Profile|Hubzilla Channel|g' $replace_file
|
||||
sed -i 's|Facebook profile|Hubzilla Channel|g' $replace_file
|
||||
sed -i 's|www.facebook.com/username|hubzilladomain/username|g' $replace_file
|
||||
sed -i 's|www.facebook.com/ghost|hubzilladomain/username|g' $replace_file
|
||||
sed -i 's|www.facebook.com/testuser|hubzilladomain/username|g' $replace_file
|
||||
|
|
Loading…
Reference in New Issue