From f3aa73f900fc629325d2d465a7ca30b5f6b9a8e6 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 7 Feb 2022 19:07:34 -0500 Subject: actually we can't rename this file yet once we move to generating the config files, this should be possible --- mbsyncloop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbsyncloop b/mbsyncloop index 9efac04..10abc9e 100755 --- a/mbsyncloop +++ b/mbsyncloop @@ -87,7 +87,7 @@ sub make_pw_pipe { if (!-d $dir) { $dir = File::Spec->tmpdir(); } - my $file = File::Spec->catfile($dir, "mbsyncloop-$$"); + my $file = File::Spec->catfile($dir, "mbsyncloop"); unlink($file); mkfifo($file, 0700) or die "couldn't create $file: $!"; $file -- cgit v1.2.3-54-g00ecf