From 09c4575d2c6bf8c84e261de6e1a7f39ea00ecb63 Mon Sep 17 00:00:00 2001 From: Franck Allimant Date: Mon, 27 Jan 2014 23:21:21 +0100 Subject: [PATCH] Added a "pause" before starting to erase everything --- reset_install.bat | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/reset_install.bat b/reset_install.bat index 7caf00fe4..4deec3f46 100644 --- a/reset_install.bat +++ b/reset_install.bat @@ -2,7 +2,8 @@ echo off REM @author Guillaume MOREL REM v0.1 -echo [WARN] This script will reset this Thelia2 install +echo [WARN] This script will reset this Thelia2 install, all data will be cleared. +pause if exist local\config\database.yml ( @@ -40,10 +41,10 @@ if exist local\config\database.yml ( echo [INFO] Admin user thelia2 with password thelia2 successfully created. - echo [INFO] Activating Delivery Module(s) + echo [INFO] Activating Delivery Module php Thelia module:activate Colissimo - echo [INFO] Activating Payment Module(s) + echo [INFO] Activating Payment Module php Thelia module:activate Cheque echo [SUCCESS] Reset done