From 44d3a7dac2837cb06a50cec67f9620d76e52a215 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sat, 6 Jan 2024 18:30:25 +0100 Subject: [PATCH] Update install --- scripts/install | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/scripts/install b/scripts/install index 09ef0b2..e41e883 100755 --- a/scripts/install +++ b/scripts/install @@ -9,17 +9,7 @@ source _common.sh source /usr/share/yunohost/helpers -#================================================= -# RETRIEVE ARGUMENTS FROM THE MANIFEST -#================================================= - jwt_secret=$(ynh_string_random --length=20) - -#================================================= -# STORE SETTINGS FROM MANIFEST -#================================================= -ynh_script_progression --message="Storing installation settings..." --weight=1 - ynh_app_setting_set --app=$app --key=jwt_secret --value=$jwt_secret #================================================= @@ -37,7 +27,7 @@ chmod +x $install_dir/nocodb #================================================= # NGINX CONFIGURATION #================================================= -ynh_script_progression --message="Configuring NGINX web server..." --weight=1 +ynh_script_progression --message="Adding system configurations related to $app..." --weight=1 # Create a dedicated NGINX config ynh_add_nginx_config