From 3da587e98c24b33e355ceafb7a258bb99c4f6c1a Mon Sep 17 00:00:00 2001 From: akiel Date: Fri, 14 Aug 2020 16:33:28 +0200 Subject: [PATCH] Add "'s to parameers --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 2ff5102..3b75f9e 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,3 +1,3 @@ #!/usr/bin/env sh echo $1 $2 $3 $4 $5 -rocketchat-notification -u $1 -p $2 -m $3 -s $4 -c $5 +rocketchat-notification -u "$1" -p "$2" -m "$3" -s "$4" -c "$5"