]> _ Git - fluidbook-toolbox.git/commitdiff
wip #7520 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 7 May 2025 10:17:44 +0000 (12:17 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 7 May 2025 10:17:44 +0000 (12:17 +0200)
.docker/config/cron/crontab

index dc51d1cd2f2b74b5c17c6448940679dce0a718d9..990bb626dcc4deae7394a87696d54279310ad3ef 100644 (file)
@@ -3,6 +3,6 @@ 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
+20 5 * * *  /application/scripts/restartworkers.sh > /proc/1/fd/1 2>/proc/1/fd/2
 */15 * * * * /application/bin/mount.sh > /proc/1/fd/1 2>/proc/1/fd/2