瀏覽代碼

Consistant gnusocial naming

Bob Mottram 8 年之前
父節點
當前提交
e96cd9134b
共有 3 個檔案被更改,包括 615 行新增615 行删除
  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
文件差異過大導致無法顯示
查看文件


+ 2
- 2
src/freedombone-restore-local 查看文件

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 查看文件

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