mirror of
https://github.com/YunoHost-Apps/grafana_ynh.git
synced 2024-09-03 20:36:29 +02:00
[enh] Add ynh_find_port helper
This commit is contained in:
parent
c688184174
commit
8d0167400d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue