From 87aa1170c94eeb06dc72579d70fae0bb30fd56c5 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 7 Feb 2022 19:06:36 -0500 Subject: fix paths --- mbsyncloop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mbsyncloop b/mbsyncloop index 15480cb..9efac04 100755 --- a/mbsyncloop +++ b/mbsyncloop @@ -7,8 +7,8 @@ use File::Spec; use POSIX 'mkfifo'; my $password_command = "rbw get mail.tozt.net doy\@tozt.net"; -my $mbsync_config = "~/.mbsyncloop"; -my $goimapnotify_config = "~/.config/imapnotify/tozt.conf"; +my $mbsync_config = "$ENV{HOME}/.mbsyncloop"; +my $goimapnotify_config = "$ENV{HOME}/.config/imapnotify/tozt.conf"; my $pw = `$password_command`; if ($?) { -- cgit v1.2.3-54-g00ecf