From 2c043c96631a2250cf36df2ead35083f80e33237 Mon Sep 17 00:00:00 2001 From: Tagadda <36127788+Tagadda@users.noreply.github.com> Date: Fri, 8 Apr 2022 23:40:21 +0000 Subject: [PATCH] enh: install --- check_process | 4 ++++ scripts/install | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/check_process b/check_process index a94739b..574dc90 100644 --- a/check_process +++ b/check_process @@ -3,6 +3,10 @@ domain="domain.tld" path="/path" is_public=1 + language=English + shopname=Prestashop + admin=john + password=12345678 ; Checks pkg_linter=1 setup_sub_dir=1 diff --git a/scripts/install b/scripts/install index e69004a..d3a336a 100644 --- a/scripts/install +++ b/scripts/install @@ -117,6 +117,10 @@ ynh_add_fpm_config #================================================= ynh_script_progression --message="Installing Prestashop..." --weight=1 +admin_email=$(ynh_user_get_info $admin 'mail') +admin_firstname=$(ynh_user_get_info $admin 'firstname') +admin_lastname=$(ynh_user_get_info $admin 'lastname') + # Installing Prestashop # https://docs.prestashop-project.org/1.7-documentation/getting-started/installing-prestashop-using-command-line-script pushd $final_path