Cleanup fixes (#1108)
* Cleanup Fixes * Wrong executor name and missing $ sign in T1553 * Cleanup fixes * File checks added * File path error check changed
This commit is contained in:
committed by
GitHub
parent
91d71a722e
commit
02ac2deb4f
@@ -108,7 +108,7 @@ atomic_tests:
|
||||
mkdir #{output_folder}
|
||||
ntdsutil "ac i ntds" "ifm" "create full #{output_folder}" q q
|
||||
cleanup_command: |
|
||||
rmdir /q /s #{output_folder}
|
||||
rmdir /q /s #{output_folder} >nul 2>&1
|
||||
name: command_prompt
|
||||
elevation_required: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user