diff --git a/scripts/install b/scripts/install index 60c9c3a..3d969e9 100755 --- a/scripts/install +++ b/scripts/install @@ -158,7 +158,7 @@ ynh_add_nginx_config #================================================= # Create a system user -ynh_system_user_create $app $final_path +ynh_system_user_create "$app" "$final_path" #================================================= # PHP-FPM CONFIGURATION diff --git a/scripts/restore b/scripts/restore index 3be1332..b334bd7 100755 --- a/scripts/restore +++ b/scripts/restore @@ -72,7 +72,7 @@ ynh_psql_execute_file_as_root ./db.sql "$db_name" #================================================= # Create the dedicated user (if not existing) -ynh_system_user_create $app "$final_path" +ynh_system_user_create "$app" "$final_path" #================================================= # RESTORE USER RIGHTS