added missing quotation marks to first EOF

This commit is contained in:
7aqdxe6f 2021-05-15 15:36:59 +02:00
parent c0a9babdb7
commit da2fda85a3
No known key found for this signature in database
GPG key ID: D6844406A2D2F0DD
7 changed files with 25 additions and 25 deletions

View file

@ -105,7 +105,7 @@ BORG_STORAGE_QUOTA="10G"
#### Generate heredoc (the output of following command will be used at [step 8](#create-homeborgsshauthorized_keys-using-heredoc-generated-at-step-2))
```shell
cat << EOF
cat << "EOF"
cat << "_EOF" > /home/borg/.ssh/authorized_keys
command="borg serve --restrict-to-repository /home/borg/backup --storage-quota $BORG_STORAGE_QUOTA",restrict $(cat ~/.ssh/borg.pub)
command="borg serve --append-only --restrict-to-repository /home/borg/backup --storage-quota $BORG_STORAGE_QUOTA",restrict $(cat ~/.ssh/borg-append-only.pub)