From 8d3e11941e714e3010f8bfbe7a6574959d738341 Mon Sep 17 00:00:00 2001 From: FL42 <46161216+fl42@users.noreply.github.com> Date: Fri, 27 Nov 2020 22:32:53 +0100 Subject: [PATCH] fix: propagate args --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index a596994..fbae9e3 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -13,4 +13,4 @@ echo "Run 'su signal-api' before using signal-cli!" EOF # Start API as signal-api user -exec su -s /bin/sh -c "exec signal-cli-rest-api" signal-api +exec su -s /bin/sh -c "exec signal-cli-rest-api $@" signal-api