From 979ea1886e2fd93d2d7caea7a130d2edc15a2771 Mon Sep 17 00:00:00 2001 From: "Gaunt, John" Date: Sat, 9 Feb 2019 21:21:12 -0500 Subject: [PATCH] Update portwarden_commands.ps1 --- portwarden_commands.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portwarden_commands.ps1 b/portwarden_commands.ps1 index 5482b9a..bffddf1 100644 --- a/portwarden_commands.ps1 +++ b/portwarden_commands.ps1 @@ -22,4 +22,4 @@ rename-item "$directory\$filename.portwarden.decrypted.zip" "$directory\$filenam gpg.exe --symmetric --cipher-algo AES256 --digest-algo SHA512 --output "$PSScriptRoot\$filename.zip.gpg" "$directory\$filename.zip" # delete files and wipe item -sdelete64.exe -nobanner -s -p 10 "$directory" \ No newline at end of file +sdelete64.exe -nobanner -accepteula -s -p 10 "$directory" \ No newline at end of file