yunohost/hooks/restore/08-system_ssh

6 lines
94 B
Bash

#!/bin/bash
backup_dir="$1/ssh"
sudo cp -a $backup_dir/* /etc/ssh/
sudo service ssh restart