pcloud rule #1276
Answered
by
gustavo-iniguez-goya
steadyform
asked this question in
Q&A
|
On restart, pcloud seems to create a tmp dir at /tmp/.mount_pcloudbVOdf9/pcloud I tried ^/tmp/.mount_pcloud[^/]*/pcloud$ |
Answered by
gustavo-iniguez-goya
Feb 24, 2025
Replies: 1 comment 1 reply
|
Try it with this regexp: Last time I checked the appimage source code it generated always 6 random characters, so maybe we need to update the regexp. |
1 reply
Answer selected by
steadyform
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try it with this regexp:
^/tmp/\.mount_pcloud[0-9a-zA-Z]{5,6}/pcloud$Last time I checked the appimage source code it generated always 6 random characters, so maybe we need to update the regexp.