mirror of
https://github.com/YunoHost-Apps/cops_ynh.git
synced 2024-09-03 18:25:57 +02:00
fix
This commit is contained in:
parent
6d185e4885
commit
30bc6e65a4
2 changed files with 1 additions and 12 deletions
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
$config['calibre_internal_directory'] = '/Calibre/';
|
$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";
|
$config['cops_x_accel_redirect'] = "X-Accel-Redirect";
|
||||||
|
|
||||||
|
|
|
@ -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=language --value=$language
|
||||||
ynh_app_setting_set --app=$app --key=calibre --value=$calibre
|
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
|
# INSTALL DEPENDENCIES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue