File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 9797
9898# transfer all files\folders from AuthLogParser-main to MasterParser folder
9999Move-Item - Path " $RunningPath \MasterParser-main\*" - Destination $RunningPath
100+ Remove-Item - Path " $RunningPath \MasterParser-main" - Force - ErrorAction SilentlyContinue
100101
101102# check if the extraction of all files\folders from MasterParser-main folder was successfull, print this if it was successfull.
102103if (Test-Path - Path " $RunningPath \MasterParser.ps1" ) {
@@ -119,4 +120,3 @@ if (Test-Path -Path $RunningPath\MasterParser.zip) {
119120Remove-Item - Path $RunningPath \MasterParser.zip - Force - ErrorAction SilentlyContinue
120121}
121122
122- Remove-Item - Path $RunningPath \MasterParser- main - Force - ErrorAction SilentlyContinue | out-null
You can’t perform that action at this time.
0 commit comments