From 2db52ae5669e982f1069a4a93e47197ac71003c7 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 --- bin/mbsyncloop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mbsyncloop b/bin/mbsyncloop index 9efac04..10abc9e 100755 --- a/bin/mbsyncloop +++ b/bin/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