Skip to content

Commit

Permalink
Update entry_point.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pourmand1376 authored Oct 23, 2024
1 parent 226a851 commit b1d8a57
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin/entry_point.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -e
set -euo pipefail

echo "Entry point script running"

Expand Down Expand Up @@ -35,5 +35,3 @@ while true; do
start_jekyll
fi
done

exec "$@"

0 comments on commit b1d8a57

Please sign in to comment.