This commit is contained in:
2025-05-14 17:42:54 -05:00
parent 3a427ec324
commit 10458daf98

View File

@@ -129,7 +129,7 @@ If (-Not $NoLog) {
If (-not $LogDir) { If (-not $LogDir) {
$LogDir = $AppDir $LogDir = $AppDir
} }
Add-LogEntry (Start-Transcript "$AppDir\$ThisScript.log" -Append) Add-LogEntry (Start-Transcript "$LogDir\$ThisScript.log" -Append)
} }
# Load any modules required by script # Load any modules required by script