Skip to content

Commit

Permalink
fixed error in container-setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pushrbx committed Nov 9, 2024
1 parent 53508e8 commit 2fa3958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions container-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ case "$1" in
echo "Indexing..."
$DOCKER_COMPOSE_CMD -p "$DOCKER_COMPOSE_PROJECT_NAME" exec jikan_rest php /app/artisan indexer:incremental anime manga
echo "Indexing done!"
;;
*)
echo "No command specified, displaying help"
display_help
Expand Down

0 comments on commit 2fa3958

Please sign in to comment.