Skip to content

Commit

Permalink
shellcheck disable
Browse files Browse the repository at this point in the history
  • Loading branch information
minhnhatnoe committed Jun 26, 2023
1 parent b98ab59 commit 2c29d8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/start_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ if [ -f "/data/favicon.ico" ]; then
args="$args -favicon /data/favicon.ico"
fi

"$cmd $args $@"
# shellcheck disable=SC2086
$cmd $args "$@"

0 comments on commit 2c29d8a

Please sign in to comment.