From 536b5fe94b3a81331873203b6f2e086a1414a341 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 3 Dec 2018 17:06:47 +0000 Subject: [PATCH] Semantics --- install_yunohost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_yunohost b/install_yunohost index a2b4c6f..968313d 100755 --- a/install_yunohost +++ b/install_yunohost @@ -343,7 +343,7 @@ Do you agree to let YunoHost apply those changes to your configuration and there # Keep a copy to be restored during the postinstall # so that the ssh confs behaves as manually modified. - cp /etc/ssh/sshd_config /etc/ssh/sshd_config.to_restore + cp /etc/ssh/sshd_config /etc/ssh/sshd_config.before_yunohost fi return 0