From 79fb1d582ddf203e2d13bd6e1e42575d0e01545a Mon Sep 17 00:00:00 2001 From: anmol26s Date: Wed, 30 May 2018 01:46:22 +0530 Subject: [PATCH] Fix in install --- scripts/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index a2bd9bc..a68a64b 100755 --- a/scripts/install +++ b/scripts/install @@ -141,8 +141,6 @@ cd $final_path && sudo_path npm run production # setup application config cd $final_path && sudo /usr/bin/php7.1 artisan -q migrate --force cd $final_path && sudo /usr/bin/php7.1 artisan -q storage:link -cd $final_path && sudo /usr/bin/php7.1 artisan -q db:seed --class ActivityTypesTableSeeder --force -cd $final_path && sudo /usr/bin/php7.1 artisan -q db:seed --class CountriesSeederTable --force cd $final_path && sudo /usr/bin/php7.1 artisan -q setup:production --force