summaryrefslogtreecommitdiff
path: root/mutt_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mutt_install.sh')
-rwxr-xr-xmutt_install.sh2
1 files changed, 1 insertions, 1 deletions
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