1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dispatch_ynh.git synced 2024-09-03 18:25:53 +02:00

Update install

This commit is contained in:
ericgaspar 2021-07-08 11:44:26 +02:00
parent 5eaa582efe
commit e56772cdfc

View file

@ -57,7 +57,7 @@ ynh_app_setting_set --app=$app --key=path --value=$path_url
ynh_script_progression --message="Finding an available port..." --weight=0
# Find an available port
port=$(ynh_find_port --port=3000)
port=$(ynh_find_port --port=9999)
ynh_app_setting_set --app=$app --key=port --value=$port
#=================================================