Use the full command names
This commit is contained in:
parent
0b140417a5
commit
016b7ecd9e
|
@ -465,7 +465,7 @@ function backup_data {
|
|||
clear
|
||||
echo ' '
|
||||
echo $'Enter the passphrase for your LUKS encrypted backup drive:'
|
||||
backup
|
||||
${PROJECT_NAME}-backup-local
|
||||
any_key
|
||||
}
|
||||
|
||||
|
@ -475,7 +475,7 @@ function restore_data {
|
|||
clear
|
||||
echo ' '
|
||||
echo $'Enter the passphrase for your LUKS encrypted backup drive:'
|
||||
restore
|
||||
${PROJECT_NAME}-restore-local
|
||||
any_key
|
||||
}
|
||||
|
||||
|
@ -505,7 +505,7 @@ function restore_data_remote {
|
|||
return
|
||||
fi
|
||||
|
||||
restorefromfriend $friend_server_domain_name
|
||||
${PROJECT_NAME}-restore-remote $friend_server_domain_name
|
||||
any_key
|
||||
;;
|
||||
esac
|
||||
|
@ -595,7 +595,7 @@ function hubzilla_restore {
|
|||
esac
|
||||
clear
|
||||
echo $'Enter your backup drive password:'
|
||||
restorehubzilla
|
||||
${PROJECT_NAME}-restore-hubzilla
|
||||
}
|
||||
|
||||
function hubzilla_channel_directory_server {
|
||||
|
|
Loading…
Reference in New Issue