0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-08 23:18:58 +02:00

Install command does not work without a specified SOURCE

Olivia Weston 2024-04-21 21:02:57 +00:00
parent dcbb48fa93
commit e9f5ab20ff

@ -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
```