mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-24 18:59:21 -07:00
Install command does not work without a specified SOURCE
@@ -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!
|
*NOTE*: this file contains secrets, make sure only root has access!
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo install -o0 -g0 -m600 /etc/vaultwarden.env
|
sudo install -o0 -g0 -m600 /dev/null /etc/vaultwarden.env
|
||||||
sudo vi /etc/vaultwarden.env
|
sudo vi /etc/vaultwarden.env
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user