mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
5 lines
69 B
Bash
5 lines
69 B
Bash
#!/bin/bash
|
|
|
|
backup_dir="$1/etc/dkim"
|
|
|
|
cp -a $backup_dir/. /etc/dkim
|