Bläddra i källkod

Consistant gnusocial naming

Bob Mottram 9 år sedan
förälder
incheckning
e96cd9134b
3 ändrade filer med 615 tillägg och 615 borttagningar
  1. 611
    611
      src/freedombone-app-gnusocial
  2. 2
    2
      src/freedombone-restore-local
  3. 2
    2
      src/freedombone-restore-remote

+ 611
- 611
src/freedombone-app-gnusocial
Filskillnaden har hållits tillbaka eftersom den är för stor
Visa fil


+ 2
- 2
src/freedombone-restore-local Visa fil

829
 	fi
829
 	fi
830
 }
830
 }
831
 
831
 
832
-function restore_gnu_social {
832
+function restore_gnusocial {
833
 	if [[ $RESTORE_APP != 'all' ]]; then
833
 	if [[ $RESTORE_APP != 'all' ]]; then
834
 		if [[ $RESTORE_APP != 'gnusocial' ]]; then
834
 		if [[ $RESTORE_APP != 'gnusocial' ]]; then
835
 			return
835
 			return
1276
 restore_personal_settings
1276
 restore_personal_settings
1277
 restore_mailing_list
1277
 restore_mailing_list
1278
 restore_xmpp
1278
 restore_xmpp
1279
-restore_gnu_social
1279
+restore_gnusocial
1280
 restore_hubzilla
1280
 restore_hubzilla
1281
 restore_rss
1281
 restore_rss
1282
 restore_syncthing
1282
 restore_syncthing

+ 2
- 2
src/freedombone-restore-remote Visa fil

693
 	fi
693
 	fi
694
 }
694
 }
695
 
695
 
696
-function restore_gnu_social {
696
+function restore_gnusocial {
697
 	if [[ $RESTORE_APP != 'all' ]]; then
697
 	if [[ $RESTORE_APP != 'all' ]]; then
698
 		if [[ $RESTORE_APP != 'gnusocial' ]]; then
698
 		if [[ $RESTORE_APP != 'gnusocial' ]]; then
699
 			return
699
 			return
1116
 restore_personal_settings
1116
 restore_personal_settings
1117
 restore_mailing_list
1117
 restore_mailing_list
1118
 restore_xmpp
1118
 restore_xmpp
1119
-restore_gnu_social
1119
+restore_gnusocial
1120
 restore_hubzilla
1120
 restore_hubzilla
1121
 restore_rss
1121
 restore_rss
1122
 restore_syncthing
1122
 restore_syncthing