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