From ec018210ad4e7d0c4316020c5a153e4e3dfd1fa3 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Sun, 2 Sep 2018 03:31:44 +0530 Subject: [PATCH] symfony fix --- scripts/upgrade | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index eecad8d..273ce22 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:warmup --env=prod cd $final_path && sudo /usr/bin/php7.2 bin/console doctrine:migrations:migrate #================================================= # NGINX CONFIGURATION