yunohost/data/hooks/restore/08-system_ssh

4 lines
80 B
Text

backup_dir="$1/ssh"
sudo cp -a $backup_dir/. /etc/ssh
sudo service ssh restart