From db0b84309b1e5fcf81ff9fd3aa847831f75c2fc8 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 11 Dec 2023 19:49:31 +0100 Subject: [PATCH] wip #6570 @1 --- .docker/alpha/update.sh | 1 + .docker/config/cron/crontab | 4 ---- .gitattributes | 1 + 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.docker/alpha/update.sh b/.docker/alpha/update.sh index 127adb2a0..202a73672 100644 --- a/.docker/alpha/update.sh +++ b/.docker/alpha/update.sh @@ -1,5 +1,6 @@ #!/bin/sh cd /docker/fluidbook-toolbox-alpha +chown -R 0:0 /data/toolbox/alpha/.docker/config/ssh/server docker plugin install ucphhpc/sshfs --grant-all-permissions docker network create fluidbook-toolbox-alpha docker compose down diff --git a/.docker/config/cron/crontab b/.docker/config/cron/crontab index 5fc614e99..38ef190ad 100644 --- a/.docker/config/cron/crontab +++ b/.docker/config/cron/crontab @@ -1,7 +1,3 @@ -MAILTO=sysadmin@cubedesigners.com -SHELL=/bin/sh -PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin - * * * * * runuser -l toolbox -c '/usr/bin/php /application/artisan schedule:run' > /proc/1/fd/1 2>/proc/1/fd/2 20 5 * * * /application/scripts/restartworkers > /proc/1/fd/1 2>/proc/1/fd/2 diff --git a/.gitattributes b/.gitattributes index a0fa9d524..1a8c6ccda 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,5 +4,6 @@ *.js linguist-vendored *.sh text eol=lf *_key text eol=lf +ssh_* text eol=lf *.bat text eol=crlf CHANGELOG.md export-ignore -- 2.39.5