Files
vaultwarden-debian/postinst.dist
T
ydylla 73ebe86441 fix: remove references to Rocket.toml (#42)
It does not exist for 1.25.0, apparently it is no longer needed.
2022-06-02 22:51:36 +02:00

5 lines
171 B
Bash
Executable File

#!/bin/sh
DIR_MODE=0700 adduser --system --group --home /var/lib/@@PACKAGEDIR@@ @@SERVICEUSER@@
chmod 700 /var/lib/@@PACKAGEDIR@@
chmod 600 /etc/@@PACKAGEDIR@@/config.env