From 89e4cb44eb7ae42d4061915e9b71dc6711d6f477 Mon Sep 17 00:00:00 2001 From: Rodolphe Robles Date: Sat, 4 Apr 2020 09:24:23 +0200 Subject: [PATCH] change the hook post_upgrade --- hooks/post_app_upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/post_app_upgrade b/hooks/post_app_upgrade index 96a858b..9cd6a5c 100644 --- a/hooks/post_app_upgrade +++ b/hooks/post_app_upgrade @@ -20,7 +20,7 @@ final_path=/var/www/$app # and copy in config.local.php #================================================= -sudo cp -a $final_path/garradin/config.dist.php $final_path/garradin/config.local.php +sudo cp -a $final_path/config.dist.php $final_path/config.local.php #================================================= # backup the bdd