From efac0c73835124680334f08ecc0e646d10fed7e9 Mon Sep 17 00:00:00 2001 From: anmol26s <5068843+anmol26s@users.noreply.github.com> Date: Tue, 3 Apr 2018 13:04:11 +0530 Subject: [PATCH] Quick fix: typo in ynh_find_port --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index e608e1a..8d57fdb 100644 --- a/scripts/install +++ b/scripts/install @@ -69,7 +69,7 @@ ynh_app_setting_set "$app" is_public "$is_public" #================================================= # Find a free port -port=(ynh_find_port "9000") +port=$(ynh_find_port "9000") # Open this port yunohost firewall allow Both "$port" 2>&1 ynh_app_setting_set "$app" port "$port"