Fix python path in web config script
parent
187ef3af19
commit
31f31e6d69
@ -1,5 +1,7 @@
|
||||
call ..\path_config.bat
|
||||
set PATH=%RC_PYTHON2%;%PATH%
|
||||
python web_config.py
|
||||
cd mariadb
|
||||
.\bin\mysql -P 9040 -u root < ..\web_config_local.sql
|
||||
cd ..
|
||||
pause
|
||||
|
Loading…
Reference in New Issue