From 24efdf7e7539978cad98dcdeb0c77d26c63d1eac Mon Sep 17 00:00:00 2001 From: Limezy Date: Sat, 4 Jun 2022 15:32:16 +0700 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 2906889..9ef01ce 100755 --- a/scripts/install +++ b/scripts/install @@ -107,7 +107,7 @@ ynh_mysql_setup_db --db_user=$db_user --db_name=$db_name #================================================= ynh_script_progression --message="Setting up source files..." --time --weight=1 -#ynh_app_setting_set --app=$app --key=final_path --value=$final_path +ynh_app_setting_set --app=$app --key=final_path --value=$final_path # Download, check integrity, uncompress and patch the source from app.src #ynh_setup_source --dest_dir="$final_path"