diff --git a/Components/Repo/QuickCommands/QuickCommands.js b/Components/Repo/QuickCommands/QuickCommands.js index 385e59f..8685d80 100644 --- a/Components/Repo/QuickCommands/QuickCommands.js +++ b/Components/Repo/QuickCommands/QuickCommands.js @@ -30,7 +30,7 @@ export default function QuickCommands(props) { // Asynchronously call copy to clipboard navigator.clipboard .writeText( - `borg init -e repokey-blake2 ssh://${wizardEnv.UNIX_USER}@${FQDN}:${SSH_SERVER_PORT}/./${props.repositoryName}` + `ssh://${wizardEnv.UNIX_USER}@${FQDN}:${SSH_SERVER_PORT}/./${props.repositoryName}` ) .then(() => { // If successful, update the isCopied state value @@ -50,7 +50,7 @@ export default function QuickCommands(props) {
Copied !
) : (
- borg init -e repokey-blake2 ssh://{wizardEnv.UNIX_USER}@ + ssh://{wizardEnv.UNIX_USER}@ {FQDN}:{SSH_SERVER_PORT}/./ {props.repositoryName}