Skip to content

Commit

Permalink
Fix cachethq#379 - cachet::install should be app::install
Browse files Browse the repository at this point in the history
  • Loading branch information
bh42 authored Dec 22, 2021
1 parent e88a87d commit f321cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ initialize_system() {

init_db() {
echo "Initializing Cachet database ..."
php artisan cachet:install --no-interaction
php artisan app:install --no-interaction
check_configured
}

Expand Down

0 comments on commit f321cf7

Please sign in to comment.