mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
7 lines
187 B
Text
7 lines
187 B
Text
backup_dir="$1/data/mail"
|
|
|
|
sudo cp -a $backup_dir/. /var/mail/ || echo 'No mail found'
|
|
|
|
# Restart services to use migrated certs
|
|
sudo service postfix restart
|
|
sudo service dovecot restart
|