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