You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 25, 2022. It is now read-only.
Right now we are just running a rm -rf command to delete files, but if someone uploads a file with a space in its name the delete rm -rf doesn't catch it.
This should be able to be fixed by adding quotation marks to the rm function, however I currently do not have the time to test/implement this functionality.