From 35ea8fe6094ebf700e7cc93063f77342250b092b Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 7 Apr 2022 21:18:31 +0200 Subject: [PATCH] wip #5220 --- bin/process | 2 +- bin/process.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/process b/bin/process index 55e2208..68fb8d5 100644 --- a/bin/process +++ b/bin/process @@ -1,2 +1,2 @@ #!/bin/sh -/usr/bin/php8.1 -f /usr/local/fluidbook_processfarm/bin/process.php -- \ No newline at end of file +/usr/bin/php8.1 -f /usr/local/fluidbook_processfarm/bin/process.php -- $1 \ No newline at end of file diff --git a/bin/process.php b/bin/process.php index 064b78a..66e3846 100644 --- a/bin/process.php +++ b/bin/process.php @@ -1,5 +1,6 @@