Fix permissions rc

This commit is contained in:
2018-10-28 16:26:20 +01:00
parent 8321d95788
commit 749f44dcd7
3 changed files with 20 additions and 14 deletions

View File

@@ -1,14 +0,0 @@
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
# make parallel citation shut up
mkdir -p ~executor/.parallel
touch ~executor/.parallel/will-cite
# repair ownership
find /data \! -user executor -exec chown executor:executor {} \;
# run cron
crond -f