diff --git a/src/freedombone-controlpanel b/src/freedombone-controlpanel index 0daf2cf6..118f36ea 100755 --- a/src/freedombone-controlpanel +++ b/src/freedombone-controlpanel @@ -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 {