From d4069165b678a2b0b97e3861b4f3c9c8467f9891 Mon Sep 17 00:00:00 2001 From: lapineige Date: Tue, 21 May 2019 10:04:42 +0200 Subject: [PATCH] Remove useless comments --- scripts/install | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/install b/scripts/install index 2b5a364..0a58263 100644 --- a/scripts/install +++ b/scripts/install @@ -71,10 +71,6 @@ ynh_mysql_setup_db --db_user=$db_user --db_name=$db_name #================================================= ynh_script_progression --message="Setting up source files..." --weight=6 -### `ynh_setup_source` is used to install an app from a zip or tar.gz file, -### downloaded from an upstream source, like a git repository. -### `ynh_setup_source` use the file conf/app.src - 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"