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