fix var name

This commit is contained in:
Matthew Saunders Brown 2022-12-08 09:19:05 -08:00
parent 3a8abe0d76
commit 38fe0ebe2d

View File

@ -56,7 +56,7 @@ elif [[ -z $domains_id ]] ; then
echo "/var/vmail/$domain/vm_dmp.sql" echo "/var/vmail/$domain/vm_dmp.sql"
echo 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 "Found roundcubemail import file. You probably want to run this next:"
echo "vmail-roundcubemail-settings-import.php $domain" echo "vmail-roundcubemail-settings-import.php $domain"