From b2c1a1458e993636115761c6841ada427ebf18f6 Mon Sep 17 00:00:00 2001 From: Luke Date: Sun, 11 Feb 2018 10:07:59 -0700 Subject: neomutt config files added; gitignore added --- mutt_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mutt_install.sh') diff --git a/mutt_install.sh b/mutt_install.sh index 6b21889..9813470 100755 --- a/mutt_install.sh +++ b/mutt_install.sh @@ -16,7 +16,7 @@ fulladdr=$(\ ) # Check to see if domain is in domain list -serverinfo=$(cat autoconf/domains.csv | grep -w ^${fulladdr##*@}) +serverinfo=$(cat "$muttdir"autoconf/domains.csv | grep -w ^${fulladdr##*@}) if [ -z "$serverinfo" ]; then echo No suitable match. && exit -- cgit v1.2.3