We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When attempting to do a custom wipe of a folder. The UI in the admin panel says its successful but nothing happens on the client.
[hooks] Hook triggered: command [actions] Starting action: wipe [wipe] WIPING directories [actions] Running wipe 95xxxxx-xxxxx-xxxxb8 [wipejs] /opt/prey-node-client/lib/agent/actions/wipe/linux/wipe-linux -dir "/xx/xxx/xxxx" [wipe] Process finished! 0 dir(s) removed. [hooks] Hook triggered: error [hooks] error on emitter{} Error: No dirs were removed. [actions] Error: {} [actions] Stopped: wipe
wipe-linux
prey
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
When attempting to do a custom wipe of a folder. The UI in the admin panel says its successful but nothing happens on the client.
Logs
Troubleshooting
wipe-linux
as myself it successfully removes the files/directory.wipe-linux
as theprey
user I get a permission denied error.The text was updated successfully, but these errors were encountered: