Skip to content

Commit

Permalink
refactor(docker): run mym in warning level
Browse files Browse the repository at this point in the history
  • Loading branch information
ngshiheng committed Feb 4, 2024
1 parent 4b656a9 commit 54651bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ check() {

run_mym() {
echo "Running mym..."
mym
mym -log warning
if [ ! -f michelin.db ]; then
echo "Error: michelin.db does not exist. Exiting..."
exit 1
Expand Down

0 comments on commit 54651bb

Please sign in to comment.