From 11915e1667bafbd36020e3c6bd6e18323f8be17f Mon Sep 17 00:00:00 2001 From: shimon Date: Tue, 15 Nov 2022 18:20:50 +0200 Subject: [PATCH] addressing some comments --- bin/worker-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/worker-functions b/bin/worker-functions index 7e7b4e565f..6eaaeafe00 100644 --- a/bin/worker-functions +++ b/bin/worker-functions @@ -1,3 +1,3 @@ #!/bin/sh -php /usr/src/code/app/cli.php worker-functions $@ \ No newline at end of file +php php /usr/src/code/app/workers/worker-functions.php $@ \ No newline at end of file