diff --git a/install/vst-install.sh b/install/vst-install.sh index fd5bc1f3..9ecf3bd3 100644 --- a/install/vst-install.sh +++ b/install/vst-install.sh @@ -352,7 +352,7 @@ if [ -e '/etc/dovecot.conf' ]; then cp /etc/dovecot.conf $vst_backups/dovecot/ fi if [ -e '/etc/dovecot' ]; then - cp -r /etc/dovecot $vst_backups/dovecot/ + cp -r /etc/dovecot/* $vst_backups/dovecot/ fi # Backup MySQL stuff