Use the full command names

This commit is contained in:
Bob Mottram 2015-12-09 17:12:16 +00:00
parent 0b140417a5
commit 016b7ecd9e
1 changed files with 4 additions and 4 deletions

View File

@ -465,7 +465,7 @@ function backup_data {
clear clear
echo ' ' echo ' '
echo $'Enter the passphrase for your LUKS encrypted backup drive:' echo $'Enter the passphrase for your LUKS encrypted backup drive:'
backup ${PROJECT_NAME}-backup-local
any_key any_key
} }
@ -475,7 +475,7 @@ function restore_data {
clear clear
echo ' ' echo ' '
echo $'Enter the passphrase for your LUKS encrypted backup drive:' echo $'Enter the passphrase for your LUKS encrypted backup drive:'
restore ${PROJECT_NAME}-restore-local
any_key any_key
} }
@ -505,7 +505,7 @@ function restore_data_remote {
return return
fi fi
restorefromfriend $friend_server_domain_name ${PROJECT_NAME}-restore-remote $friend_server_domain_name
any_key any_key
;; ;;
esac esac
@ -595,7 +595,7 @@ function hubzilla_restore {
esac esac
clear clear
echo $'Enter your backup drive password:' echo $'Enter your backup drive password:'
restorehubzilla ${PROJECT_NAME}-restore-hubzilla
} }
function hubzilla_channel_directory_server { function hubzilla_channel_directory_server {