From 3ee5b489d8a8a4b8254c1796e2cd1d5e066ecb08 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 12 Jun 2026 14:43:23 +0200 Subject: [PATCH] Relocate first-login.sh --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 341b51f..453c0e1 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -136,7 +136,7 @@ chmod 600 /root/.ssh/authorized_keys ### 8. Création du script first-login -cat << 'EOF' > /etc/profile.d/first-login.sh +cat << 'EOF' > /root/first-login.sh #!/bin/bash HOSTNAME=$(hostname) -- 2.47.3