Fix-Cleanup-Command
Fix the cleanup command to pass the output_path input argument instead of being hardcoded.
This commit is contained in:
@@ -103,5 +103,5 @@ atomic_tests:
|
||||
whoami.exe /all >> #{output_path}\$file
|
||||
|
||||
cleanup_command: |
|
||||
Remove-Item -Path $env:temp\rad*.tmp -Force
|
||||
Remove-Item -Path #{output_path}\rad*.tmp -Force
|
||||
name: powershell
|
||||
Reference in New Issue
Block a user