From 08f769a73cb6c39dd22227db0c0d7a8ef5f470b0 Mon Sep 17 00:00:00 2001 From: siwinter <45730097+siwinter@users.noreply.github.com> Date: Thu, 25 Mar 2021 11:36:36 +0100 Subject: [PATCH] delete superfluous command --- scripts/install | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install b/scripts/install index e9cbb96..2bfaa7d 100755 --- a/scripts/install +++ b/scripts/install @@ -66,7 +66,6 @@ ynh_app_setting_set --app=$app --key=port --value=$port # INSTALL DEPENDENCIES #================================================= ynh_script_progression --message="Installing dependencies..." --weight=30 -pwd ynh_install_app_dependencies $pkg_dependencies #=================================================