From adbb4cd94590ce97bc8e95b3b793a31e45c4b6be Mon Sep 17 00:00:00 2001 From: David Beniamine <david.beniamine@tetras-libre.fr> Date: Wed, 24 Aug 2022 14:05:33 +0200 Subject: [PATCH] =?UTF-8?q?Move=20id=5Frsa.pub=20to=20new=20FTP=C2=A0Path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- postinstall_partage.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/postinstall_partage.sh b/postinstall_partage.sh index 5da2830..b2c7b63 100755 --- a/postinstall_partage.sh +++ b/postinstall_partage.sh @@ -65,4 +65,5 @@ do sleep 10 done -cp ~/.ssh/id_rsa.pub /var/lib/tftpboot/ltsp/id_rsa.pub +FTPPATH=/home/p/postinstall/perso +cp ~/.ssh/id_rsa.pub $FTPPATH/id_rsa.pub -- GitLab