Consider moving config files out of tmp #6
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
HugeSpaceship/Patchwork#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I can see this being a common failure point for RPCS3 users, since that directory is wiped by default and we have to explicitly inform users to disable that option. People skim through such instructions so let's try to eliminate this before it happens.
We could potentially move to
/dev_hdd0/plugins/patchwork/, creating those directories if they don't already exist.Moving it without checking for a fallback should be OK as Refresher always uploads the SPRX and uploads the config. They are never done separately.
Completed in #7