yunohost/data/hooks/restore/08-conf_ssh

4 lines
85 B
Text

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