mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
touch more cron files to fix hardlinks
This commit is contained in:
parent
6a75a60a36
commit
fceef7133e
@ -29,7 +29,8 @@ mkhomedir_helper $USERNAME
|
||||
|
||||
# The rest...
|
||||
|
||||
touch /var/log/cron.log
|
||||
# ref: https://stackoverflow.com/a/38850273
|
||||
touch /var/log/cron.log /etc/crontab /etc/cron.*/*
|
||||
chown $USERNAME:$GROUPNAME /var/log/cron.log
|
||||
mkdir -p /etc/bitwarden/mssql/backups
|
||||
chown -R $USERNAME:$GROUPNAME /etc/bitwarden
|
||||
|
Loading…
Reference in New Issue
Block a user