Browse Source

Ajouter dans le script d'install de Prestashop

magikcypress 8 years ago
parent
commit
4ab71fa323
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/install

+ 1 - 1
scripts/install

@@ -116,7 +116,7 @@ sudo php index_cli.php install \
 		--lastname=$admin_prestashop \
 		--password=$pass \
 		--email=$email \
-		--domain=$domain \
+		--domain=$domain$path \
 		--prefix=_ps_ 
 popd