From 8a728b129ba0426513f81cd78e90ead0c793c24d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 7 Feb 2022 19:06:36 -0500 Subject: fix paths --- bin/mbsyncloop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/mbsyncloop b/bin/mbsyncloop index 15480cb..9efac04 100755 --- a/bin/mbsyncloop +++ b/bin/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