1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/onlyoffice_ynh.git synced 2024-09-03 19:56:11 +02:00

Add define port

This commit is contained in:
liberodark 2018-11-06 15:04:56 +01:00
parent 8f810f1d1d
commit 0bc46ce23f

View file

@ -26,6 +26,7 @@ ynh_abort_if_errors
# Retrieve arguments
domain=$YNH_APP_ARG_DOMAIN
#port=$YNH_APP_ARG_PORT
#password=$YNH_APP_ARG_PASSWORD
#nextcloud_domain=$YNH_APP_ARG_NEXTCLOUDDOMAIN
@ -63,6 +64,7 @@ ynh_webpath_register $app $domain /
#=================================================
ynh_app_setting_set $app domain $domain
#ynh_app_setting_set $app port $port
#ynh_app_setting_set $app password $password
#ynh_app_setting_set $app nextcloud_domain $nextcloud_domain