From 016b7ecd9e0ee53d723f6d2fa76523554fab8d9d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 9 Dec 2015 17:12:16 +0000 Subject: [PATCH] Use the full command names --- src/freedombone-controlpanel | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 {