Skip to content

Commit

Permalink
moved argument capture to correct spot
Browse files Browse the repository at this point in the history
  • Loading branch information
netbrain committed Oct 7, 2024
1 parent c97f57e commit 484a178
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zwift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,8 @@ CONTAINER=$($CONTAINER_TOOL run ${GENERAL_FLAGS[@]} \
${DBUS_CONFIG_FLAGS[@]} \
${WM_FLAGS[@]} \
${PODMAN_FLAGS[@]} \
$IMAGE:$VERSION $@
$@ \
$IMAGE:$VERSION
)
if [ $? -ne 0 ]; then
msgbox error "Error can't run zwift, check variables!" 10
Expand Down

0 comments on commit 484a178

Please sign in to comment.