From bbfd4d87d69b6e03db0d8de213bf8e0bf54cd6bd Mon Sep 17 00:00:00 2001 From: akiel Date: Fri, 14 Aug 2020 16:23:31 +0200 Subject: [PATCH] Add back the print line --- entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index cb59081..c668ecf 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,2 +1,3 @@ -#!/usr/bin/env sh +#!/usr/bin/env bash +echo $1 $2 $3 $4 $5 rocketchat-notification -u $1 -p $2 -m $3 -s $4 -c $5