Selaa lähdekoodia

Consistant gnusocial naming

Bob Mottram 9 vuotta sitten
vanhempi
commit
e96cd9134b
3 muutettua tiedostoa jossa 615 lisäystä ja 615 poistoa
  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
File diff suppressed because it is too large
Näytä tiedosto


+ 2
- 2
src/freedombone-restore-local Näytä tiedosto

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

+ 2
- 2
src/freedombone-restore-remote Näytä tiedosto

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