Skip to content

Commit

Permalink
Version 2.0.2 (2022-01-12)
Browse files Browse the repository at this point in the history
- see change log for details
  • Loading branch information
DavidGeeraerts committed Jan 12, 2022
1 parent 676fbed commit 2d5a43d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
10 changes: 8 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,21 @@

---

## Version 2.0.2 (2022-01-12)
#### Fixed
- needing to reset log path after reading properties file


---


## Version 2.0.1 (2021-11-22)
#### Fixed
- properties file check

#### Changed
- var to cache

---


## Version 2.0.0 (2021-11-08)
#### Added
Expand Down
13 changes: 10 additions & 3 deletions module_system_SysPrep.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
@echo Off
SETLOCAL Enableextensions
SET $SCRIPT_NAME=module_system_SysPrep
SET $SCRIPT_VERSION=2.0.1
SET $SCRIPT_BUILD=20211122-0800
SET $SCRIPT_VERSION=2.0.2
SET $SCRIPT_BUILD=20220112
Title %$SCRIPT_NAME% Version: %$SCRIPT_VERSION%
mode con:cols=70
mode con:lines=40
Expand Down Expand Up @@ -147,7 +147,7 @@ SET $IMAGE_TYPE=Base

SET $BANNER=0
SET $STEP_NUM=0
SET "$STEP_DESCRIP=Preperations"
SET $STEP_DESCRIP=Preperations

:banner
cls
Expand Down Expand Up @@ -261,6 +261,13 @@ Timeout /T %$TIMEOUT%
:skipCF
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::


:::: log :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Update log path after reading config file
SET "$LD=%$WD%\%$LD%\%COMPUTERNAME%"
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::


call :banner
echo Preparing to run the following:
echo.
Expand Down

0 comments on commit 2d5a43d

Please sign in to comment.