From f5d8e3268eff2c77d781e4ffc929aa379eb5eaba Mon Sep 17 00:00:00 2001 From: anmol Date: Sat, 10 Nov 2018 14:57:32 +0530 Subject: [PATCH] Remove sql import --- scripts/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index 3f1111e..2a5f9f8 100755 --- a/scripts/install +++ b/scripts/install @@ -113,8 +113,6 @@ ynh_app_setting_set $app final_path $final_path # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source "$final_path" -# Import database schema -ynh_mysql_connect_as "$db_name" "$db_pwd" "$db_name" < $final_path/schema.sql #================================================= # NGINX CONFIGURATION