Skip to content

Commit

Permalink
System: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
LifeDJIK committed Jun 17, 2024
1 parent dc3cebd commit 035e847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
: "${PYLON_INIT:=dumb-init}"

if [ "$PYLON_INIT" = "pylon" ]; then
exec python -m pylon.main
exec python -m pylon.main
elif [ "$PYLON_INIT" = "dumb-init" ]; then
exec dumb-init python -m pylon.main
exec dumb-init python -m pylon.main
else
echo "Unknown init: $PYLON_INIT"
exit 1
Expand Down

0 comments on commit 035e847

Please sign in to comment.