From b9b5aa0a12f2a375d5b5354e551839810132424a Mon Sep 17 00:00:00 2001 From: magikcypress Date: Tue, 21 Feb 2017 15:34:35 +0100 Subject: [PATCH] Correction coquille --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 8a25871..fb6a549 100644 --- a/scripts/install +++ b/scripts/install @@ -45,7 +45,7 @@ GENERATE_DB $app # Créer une base de données et un utilisateur dédié au nom # Crée le repertoire de destination et stocke son emplacement. sudo mkdir "$final_path" -ynh_app_setting_set $app final_path -v $final_path +ynh_app_setting_set $app final_path $final_path SETUP_SOURCE "spip-3.1.zip"