rofiles-fuse: Unmount lazily

This has a better chance of succeeding

Closes: #195
Approved by: alexlarsson
auto
Alexander Larsson 2018-08-08 11:54:51 +02:00 committed by Atomic Bot
parent d7200a4af4
commit 147d19fba1
1 changed files with 1 additions and 1 deletions

View File

@ -731,7 +731,7 @@ static char *rofiles_unmount_path = NULL;
static void
rofiles_umount_handler (int signum)
{
char *argv[] = { "fusermount", "-u", NULL,
char *argv[] = { "fusermount", "-uz", NULL,
NULL };
argv[2] = rofiles_unmount_path;