From d658356895fffc18c1caded700258de9b9db1c3c Mon Sep 17 00:00:00 2001 From: Gofannon <17145502+Gofannon@users.noreply.github.com> Date: Wed, 22 Apr 2020 01:14:31 +0200 Subject: [PATCH] Remove comment + add new emplty line --- scripts/install | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 7c27ce8..a528c5c 100644 --- a/scripts/install +++ b/scripts/install @@ -67,8 +67,6 @@ ynh_app_setting_set --app=$app --key=port --value=$port #================================================= ynh_script_progression --message="Installing dependencies..." --weight=43 -# FIXME Should run "sudo update-alternatives --config java" -# See https://airsonic.github.io/docs/install/prerequisites/ ynh_install_app_dependencies $pkg_dependencies #================================================= @@ -289,4 +287,4 @@ ynh_systemd_action --service_name=nginx --action=reload # END OF SCRIPT #================================================= -ynh_script_progression --message="Installation of $app completed" --last \ No newline at end of file +ynh_script_progression --message="Installation of $app completed" --last