Consistant gnusocial naming
This commit is contained in:
parent
5fb34df806
commit
e96cd9134b
File diff suppressed because it is too large
Load Diff
|
@ -829,7 +829,7 @@ function restore_xmpp {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
function restore_gnu_social {
|
function restore_gnusocial {
|
||||||
if [[ $RESTORE_APP != 'all' ]]; then
|
if [[ $RESTORE_APP != 'all' ]]; then
|
||||||
if [[ $RESTORE_APP != 'gnusocial' ]]; then
|
if [[ $RESTORE_APP != 'gnusocial' ]]; then
|
||||||
return
|
return
|
||||||
|
@ -1276,7 +1276,7 @@ restore_certs
|
||||||
restore_personal_settings
|
restore_personal_settings
|
||||||
restore_mailing_list
|
restore_mailing_list
|
||||||
restore_xmpp
|
restore_xmpp
|
||||||
restore_gnu_social
|
restore_gnusocial
|
||||||
restore_hubzilla
|
restore_hubzilla
|
||||||
restore_rss
|
restore_rss
|
||||||
restore_syncthing
|
restore_syncthing
|
||||||
|
|
|
@ -693,7 +693,7 @@ function restore_xmpp {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
function restore_gnu_social {
|
function restore_gnusocial {
|
||||||
if [[ $RESTORE_APP != 'all' ]]; then
|
if [[ $RESTORE_APP != 'all' ]]; then
|
||||||
if [[ $RESTORE_APP != 'gnusocial' ]]; then
|
if [[ $RESTORE_APP != 'gnusocial' ]]; then
|
||||||
return
|
return
|
||||||
|
@ -1116,7 +1116,7 @@ restore_certs
|
||||||
restore_personal_settings
|
restore_personal_settings
|
||||||
restore_mailing_list
|
restore_mailing_list
|
||||||
restore_xmpp
|
restore_xmpp
|
||||||
restore_gnu_social
|
restore_gnusocial
|
||||||
restore_hubzilla
|
restore_hubzilla
|
||||||
restore_rss
|
restore_rss
|
||||||
restore_syncthing
|
restore_syncthing
|
||||||
|
|
Loading…
Reference in New Issue