diff --git a/conf/config_local.php b/conf/config_local.php index 3c8d2df..76d8192 100644 --- a/conf/config_local.php +++ b/conf/config_local.php @@ -18,7 +18,7 @@ $config['calibre_internal_directory'] = '/Calibre/'; - $config['cops_full_url'] = '__DOMAIN____PATH__ '; + $config['cops_full_url'] = '__DOMAIN____PATH__/ '; $config['cops_x_accel_redirect'] = "X-Accel-Redirect"; diff --git a/scripts/install b/scripts/install index 137b7fd..5cb1ec4 100755 --- a/scripts/install +++ b/scripts/install @@ -54,17 +54,6 @@ ynh_app_setting_set --app=$app --key=path --value=$path_url ynh_app_setting_set --app=$app --key=language --value=$language ynh_app_setting_set --app=$app --key=calibre --value=$calibre -#================================================= -# STANDARD MODIFICATIONS -#================================================= -# FIND AND OPEN A PORT -#================================================= -ynh_script_progression --message="Finding an available port..." --weight=1 - -# Find an available port -port=$(ynh_find_port --port=8095) -ynh_app_setting_set --app=$app --key=port --value=$port - #================================================= # INSTALL DEPENDENCIES #=================================================