From 6b6fb2efc28b7168e1e81810fa0886b04a446b99 Mon Sep 17 00:00:00 2001 From: Yalh Date: Sat, 26 Jan 2019 22:47:44 +0100 Subject: [PATCH] Fix Final Path --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 0d8d251..438b122 100755 --- a/scripts/install +++ b/scripts/install @@ -127,7 +127,7 @@ ynh_install_app_dependencies php-memcached php-cli php-soap ### downloaded from an upstream source, like a git repository. ### `ynh_setup_source` use the file conf/app.src -ynh_app_setting_set $app final_path $final_path +#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"