Browse Source

Use the full command names

Bob Mottram 9 years ago
parent
commit
016b7ecd9e
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      src/freedombone-controlpanel

+ 4
- 4
src/freedombone-controlpanel View File

@@ -465,7 +465,7 @@ function backup_data {
465 465
     clear
466 466
     echo ' '
467 467
     echo $'Enter the passphrase for your LUKS encrypted backup drive:'
468
-    backup
468
+    ${PROJECT_NAME}-backup-local
469 469
     any_key
470 470
 }
471 471
 
@@ -475,7 +475,7 @@ function restore_data {
475 475
     clear
476 476
     echo ' '
477 477
     echo $'Enter the passphrase for your LUKS encrypted backup drive:'
478
-    restore
478
+    ${PROJECT_NAME}-restore-local
479 479
     any_key
480 480
 }
481 481
 
@@ -505,7 +505,7 @@ function restore_data_remote {
505 505
                 return
506 506
             fi
507 507
 
508
-            restorefromfriend $friend_server_domain_name
508
+            ${PROJECT_NAME}-restore-remote $friend_server_domain_name
509 509
             any_key
510 510
             ;;
511 511
     esac
@@ -595,7 +595,7 @@ function hubzilla_restore {
595 595
     esac
596 596
     clear
597 597
     echo $'Enter your backup drive password:'
598
-    restorehubzilla
598
+    ${PROJECT_NAME}-restore-hubzilla
599 599
 }
600 600
 
601 601
 function hubzilla_channel_directory_server {