From a2af26123edffde31669fbcb828b92cc14c54aba Mon Sep 17 00:00:00 2001 From: Pedro Montes Alcalde Date: Mon, 23 Feb 2026 22:08:54 -0300 Subject: [PATCH] Allow passing arguments with normal arguments --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index a3003c7..1e3f34b 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -62,7 +62,7 @@ start() { exec ./wf_server.x86_64 \ $optionalParameters \ - $WF_PARAMS + $WF_PARAMS "$@" } update() { @@ -111,4 +111,4 @@ else install_or_update sync_custom_files start -fi \ No newline at end of file +fi