From b98ab59a231cf718394f0f97e8babd3c646131f2 Mon Sep 17 00:00:00 2001 From: minhnhatnoe <86871862+minhnhatnoe@users.noreply.github.com> Date: Mon, 26 Jun 2023 22:27:11 +0700 Subject: [PATCH] Double quote --- scripts/start_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start_container.sh b/scripts/start_container.sh index e507224..9fb20e9 100755 --- a/scripts/start_container.sh +++ b/scripts/start_container.sh @@ -59,4 +59,4 @@ if [ -f "/data/favicon.ico" ]; then args="$args -favicon /data/favicon.ico" fi -$cmd $args $* +"$cmd $args $@"