From 76ee78b059909ef91ed5e091231550b54d71630b Mon Sep 17 00:00:00 2001 From: Frogg Date: Wed, 13 May 2026 18:38:17 +0200 Subject: [PATCH] - fix du hostname sur le welcome message --- func/message_display.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/func/message_display.sh b/func/message_display.sh index e849305..3f769d1 100644 --- a/func/message_display.sh +++ b/func/message_display.sh @@ -92,7 +92,7 @@ draw_ascii_art() { L_DAT="${COLOR_WHITE}$(LC_TIME=fr_FR.UTF-8 date +"%A, %e %B %Y, %r")" clear - echo -e "${COLOR_CYAN} ==[ You are connected to ${COLOR_WHITE}$(hostname)${COLOR_CYAN} ]==" + echo -e "${COLOR_CYAN} ==[ You are connected to ${COLOR_WHITE}$(hostname -f)${COLOR_CYAN} ]==" echo -e "${COLOR_GREEN} _ __ _" echo -e "${COLOR_GREEN} ((-)).--.((-)) ${L_DAT}" echo -e "${COLOR_GREEN} / '' \\ ${F_OS}"