1
0
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:
Kyle Spearrin 2018-09-05 11:47:57 -04:00
parent 6a75a60a36
commit fceef7133e

View File

@ -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