Consistant gnusocial naming

This commit is contained in:
Bob Mottram 2016-07-06 08:05:26 +01:00
parent 5fb34df806
commit e96cd9134b
3 changed files with 545 additions and 545 deletions

File diff suppressed because it is too large Load Diff

View File

@ -829,7 +829,7 @@ function restore_xmpp {
fi
}
function restore_gnu_social {
function restore_gnusocial {
if [[ $RESTORE_APP != 'all' ]]; then
if [[ $RESTORE_APP != 'gnusocial' ]]; then
return
@ -1276,7 +1276,7 @@ restore_certs
restore_personal_settings
restore_mailing_list
restore_xmpp
restore_gnu_social
restore_gnusocial
restore_hubzilla
restore_rss
restore_syncthing

View File

@ -693,7 +693,7 @@ function restore_xmpp {
fi
}
function restore_gnu_social {
function restore_gnusocial {
if [[ $RESTORE_APP != 'all' ]]; then
if [[ $RESTORE_APP != 'gnusocial' ]]; then
return
@ -1116,7 +1116,7 @@ restore_certs
restore_personal_settings
restore_mailing_list
restore_xmpp
restore_gnu_social
restore_gnusocial
restore_hubzilla
restore_rss
restore_syncthing