Ergaenzt, dass data-dir automatisch erstellt wird wenn fehlend. Hat bisher sonst nach erstem clone zu Fehlern gefuehrt

This commit is contained in:
2024-01-08 10:53:35 +01:00
parent 566737beae
commit 5a2428bc64
+1
View File
@@ -11,6 +11,7 @@ set CREMIG_LOG=%CREMIG%\log
if not exist %CREMIG%\work mkdir %CREMIG%\work
if not exist %CREMIG%\log mkdir %CREMIG%\log
if not exist %CREMIG%\data mkdir %CREMIG%\data
set PATH=%CREMIG%\bin;%PATH%