From 38fe0ebe2dcac8a7ade425150e200bbb0254ccaf Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Thu, 8 Dec 2022 09:19:05 -0800 Subject: [PATCH] fix var name --- bin/vmail-domains-imp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/vmail-domains-imp.sh b/bin/vmail-domains-imp.sh index d14401e..223310c 100755 --- a/bin/vmail-domains-imp.sh +++ b/bin/vmail-domains-imp.sh @@ -56,7 +56,7 @@ elif [[ -z $domains_id ]] ; then echo "/var/vmail/$domain/vm_dmp.sql" echo - if [[ -f /var/vmail/$virtualhost/roundcubemail ]]; then + if [[ -f /var/vmail/$domain/roundcubemail ]]; then echo "Found roundcubemail import file. You probably want to run this next:" echo "vmail-roundcubemail-settings-import.php $domain"