From e73a2b64f4f8f06dc0b5d1a08e246a0349e3626e Mon Sep 17 00:00:00 2001 From: anmol26s Date: Sun, 2 Sep 2018 03:28:05 +0530 Subject: [PATCH] symfony fix --- scripts/upgrade | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 0e874b7..eecad8d 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -77,7 +77,6 @@ ynh_install_php7 # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source "$final_path" init_composer $final_path -cd $final_path && sudo /usr/bin/php7.2 bin/console cache:clear --env=prod cd $final_path && sudo /usr/bin/php7.2 bin/console cache:warmup --env=prod cd $final_path && sudo /usr/bin/php7.2 bin/console doctrine:migrations:migrate #=================================================