Skip to content
New issue

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

File Integrity Checks show only commands for Linux #11895

Closed
mstenz opened this issue Jul 25, 2017 · 0 comments · Fixed by #11907
Closed

File Integrity Checks show only commands for Linux #11895

mstenz opened this issue Jul 25, 2017 · 0 comments · Fixed by #11907
Assignees
Labels
Bug For errors / faults / flaws / inconsistencies etc. c: Platform For Matomo platform changes that aren't impacting any of our APIs but improve the core itself.

Comments

@mstenz
Copy link

mstenz commented Jul 25, 2017

As per the title within the FileIntegrity checks it shows only commands to remove directories or files with linux commands.
For example: rm ":**********\subdomains****\htdocs\libs\javascript\test.txt"
Instead of this for Windows there should be the correct commands shown that are
rmdir /s /q instead of rm -Rf
and
del instead of rm

@sgiehl sgiehl self-assigned this Aug 1, 2017
@sgiehl sgiehl added the c: Platform For Matomo platform changes that aren't impacting any of our APIs but improve the core itself. label Aug 1, 2017
@mattab mattab added the Bug For errors / faults / flaws / inconsistencies etc. label Sep 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. c: Platform For Matomo platform changes that aren't impacting any of our APIs but improve the core itself.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants