Skip to content

Commit

Permalink
shellcheck disable
Browse files Browse the repository at this point in the history
  • Loading branch information
minhnhatnoe authored and natsukagami committed Nov 5, 2023
1 parent fd6d67a commit fea0c7b
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 fea0c7b

Please sign in to comment.