5 lines
145 B
Bash
Executable File
5 lines
145 B
Bash
Executable File
#!/bin/sh
|
|
adduser --system --home /var/lib/bitwarden_rs bitwarden
|
|
chmod 600 /etc/bitwarden_rs/config.env
|
|
chmod 600 /etc/bitwarden_rs/Rocket.toml
|