From 3b4149b11245f428c79c1a9e2f14bd0806fb7525 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Tue, 19 Jun 2018 08:06:04 +0530 Subject: [PATCH] Fixed restore --- scripts/restore | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index a952019..4ce9e03 100755 --- a/scripts/restore +++ b/scripts/restore @@ -84,8 +84,6 @@ ynh_system_user_create $app # REINSTALL DEPENDENCIES #================================================= -init_composer $final_path - # Run migration cd $final_path && sudo /usr/bin/php7.1 artisan migrate --force