浏览代码

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

@@ -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