pause in die batch am Ende eingefügt

This commit is contained in:
2023-09-26 16:34:03 +02:00
parent 13abdba8c7
commit 3842ccd91f
+1 -2
View File
@@ -3,5 +3,4 @@ call cremig_setenv.bat
if "%1" == "-s" (set SIVAS_ID=%2) else (set /p SIVAS_ID=Enter Sivas ID:)
python %CREMIG_LIB%\update_database.py --sivas=%SIVAS_ID%
REM pause
pause