summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-02-07 19:06:36 -0500
committerJesse Luehrs <doy@tozt.net>2022-02-07 19:06:36 -0500
commit8a728b129ba0426513f81cd78e90ead0c793c24d (patch)
treeda262c15d5c226d044b6e272f8e0b0e7ae291374
parentea190d359288e3b4db7d8f34afce7829c7378fbb (diff)
downloadconf-8a728b129ba0426513f81cd78e90ead0c793c24d.tar.gz
conf-8a728b129ba0426513f81cd78e90ead0c793c24d.zip
fix paths
-rwxr-xr-xbin/mbsyncloop4
1 files changed, 2 insertions, 2 deletions
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 ($?) {