Skip to content

Commit

Permalink
yii-starter-kit#654. PHP app service ends with 0 and exit.
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredleo committed Feb 27, 2019
1 parent fa8d9ee commit ff6c5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

cp .env.dist .env && composer install && console/yii app/setup --interactive=0
cp .env.dist .env && composer install && console/yii app/setup --interactive=0 && php -a

0 comments on commit ff6c5c3

Please sign in to comment.