Skip to content
Snippets Groups Projects
Commit 016b7ecd authored by Bob Mottram's avatar Bob Mottram
Browse files

Use the full command names

parent 0b140417
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment