Merge pull request #5159 from owncloud/NannaBarz-remove-"`"

Update preparing_server.md
This commit is contained in:
Michael Barz
2022-11-30 12:09:07 +01:00
committed by GitHub
+1 -1
View File
@@ -50,7 +50,7 @@ geekdocFilePath: preparing_server.md
* Add users pub key to
```
mkdir /home/admin/.ssh
echo "<pubkey>" >> /home/admin/.ssh/authorized_keys`
echo "<pubkey>" >> /home/admin/.ssh/authorized_keys
chown admin:admin -R /home/admin/.ssh
```