Skip to content

Commit

Permalink
remove bash from command line
Browse files Browse the repository at this point in the history
  • Loading branch information
BertrandGouny committed Nov 19, 2015
1 parent ccc0baa commit 5ba12bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/tool/run
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ elif [ "$nbDirectories" -eq 1 ]; then
SERVICE=$(find /etc/service -mindepth 1 -maxdepth 1 -type d)

echo "Execute /container/tool/my_init --skip-runit bash $SERVICE/run"
exec /container/tool/my_init --skip-runit bash $SERVICE/run $@
exec /container/tool/my_init --skip-runit $SERVICE/run $@

# No process set
else
Expand Down

0 comments on commit 5ba12bc

Please sign in to comment.