浏览代码

Use the full command names

Bob Mottram 9 年前
父节点
当前提交
016b7ecd9e
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4
    4
      src/freedombone-controlpanel

+ 4
- 4
src/freedombone-controlpanel 查看文件

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