From ff6c5c38df74bd4d3bed83153b94fbaf8ac8097a Mon Sep 17 00:00:00 2001 From: Alfred Date: Wed, 27 Feb 2019 17:40:40 +0500 Subject: [PATCH] #654. PHP app service ends with 0 and exit. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 827376312..90f55cd11 100755 --- a/install.sh +++ b/install.sh @@ -1,3 +1,3 @@ #!/bin/sh -cp .env.dist .env && composer install && console/yii app/setup --interactive=0 \ No newline at end of file +cp .env.dist .env && composer install && console/yii app/setup --interactive=0 && php -a \ No newline at end of file