- fix du hostname sur le welcome message

This commit is contained in:
Frogg 2026-05-13 18:38:17 +02:00
parent 6eeafcbbcf
commit 76ee78b059
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ draw_ascii_art() {
L_DAT="${COLOR_WHITE}$(LC_TIME=fr_FR.UTF-8 date +"%A, %e %B %Y, %r")" L_DAT="${COLOR_WHITE}$(LC_TIME=fr_FR.UTF-8 date +"%A, %e %B %Y, %r")"
clear 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} _ __ _"
echo -e "${COLOR_GREEN} ((-)).--.((-)) ${L_DAT}" echo -e "${COLOR_GREEN} ((-)).--.((-)) ${L_DAT}"
echo -e "${COLOR_GREEN} / '' \\ ${F_OS}" echo -e "${COLOR_GREEN} / '' \\ ${F_OS}"