Install command does not work without a specified SOURCE

Olivia Weston 2024-04-21 21:02:57 +00:00
parent dcbb48fa93
commit e9f5ab20ff
1 changed files with 1 additions and 1 deletions

@ -13,7 +13,7 @@ Configuration may be easier in an environment file and less error-prone.
*NOTE*: this file contains secrets, make sure only root has access!
```sh
sudo install -o0 -g0 -m600 /etc/vaultwarden.env
sudo install -o0 -g0 -m600 /dev/null /etc/vaultwarden.env
sudo vi /etc/vaultwarden.env
```