From 35120189ace064db331ed3d6151f7d8a6f0fe86f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 18 May 2021 15:31:53 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 4beb733..7cf6249 100755 --- a/scripts/install +++ b/scripts/install @@ -94,7 +94,7 @@ mkdir -p $public_path/uploads/{big,import,medium,raw,small,thumb} ynh_script_progression --message="Configuring NGINX web server..." --weight=1 # Create a dedicated NGINX config -ynh_add_nginx_config "public_path" +ynh_add_nginx_config #"public_path" #================================================= # PHP-FPM CONFIGURATION @@ -110,7 +110,7 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= ynh_script_progression --message="Installing Lychee with Composer..." --weight=15 -ynh_install_composer --install_args="--ignore-platform-reqs" +ynh_install_composer #--install_args="--ignore-platform-reqs" #================================================= # BUILDING