From 8d0167400d0e6ed509dfe773bf74f6ef33d705aa Mon Sep 17 00:00:00 2001 From: nemsia Date: Tue, 9 May 2017 22:28:45 +0200 Subject: [PATCH] [enh] Add ynh_find_port helper --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 3b5941b..a1abb75 100644 --- a/scripts/install +++ b/scripts/install @@ -13,7 +13,7 @@ source ./_common.sh # Retrieve arguments domain=$YNH_APP_ARG_DOMAIN path=$YNH_APP_ARG_PATH -port=$YNH_APP_ARG_PORT +port=$(ynh_find_port $YNH_APP_ARG_PORT) admin=$YNH_APP_ARG_ADMIN is_public=$YNH_APP_ARG_IS_PUBLIC