6 lines
191 B
Bash
Executable File
6 lines
191 B
Bash
Executable File
#!/bin/sh
|
|
DIR_MODE=0700 adduser --system --home /var/lib/bitwarden_rs bitwarden
|
|
chmod 700 /var/lib/bitwarden_rs
|
|
chmod 600 /etc/bitwarden_rs/config.env
|
|
chmod 600 /etc/bitwarden_rs/Rocket.toml
|