Added a "pause" before starting to erase everything
This commit is contained in:
@@ -2,7 +2,8 @@ echo off
|
|||||||
REM @author Guillaume MOREL
|
REM @author Guillaume MOREL
|
||||||
REM v0.1
|
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 (
|
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] Admin user thelia2 with password thelia2 successfully created.
|
||||||
|
|
||||||
echo [INFO] Activating Delivery Module(s)
|
echo [INFO] Activating Delivery Module
|
||||||
php Thelia module:activate Colissimo
|
php Thelia module:activate Colissimo
|
||||||
|
|
||||||
echo [INFO] Activating Payment Module(s)
|
echo [INFO] Activating Payment Module
|
||||||
php Thelia module:activate Cheque
|
php Thelia module:activate Cheque
|
||||||
|
|
||||||
echo [SUCCESS] Reset done
|
echo [SUCCESS] Reset done
|
||||||
|
|||||||
Reference in New Issue
Block a user