3 lines
66 B
Bash
Executable File
3 lines
66 B
Bash
Executable File
#!/bin/sh
|
|
adduser --system --home /var/lib/bitwarden_rs bitwarden
|