From 541416cd266dd12f137db67b7bceda23befa524f Mon Sep 17 00:00:00 2001 From: Ahurac Date: Sun, 21 Jan 2024 13:53:33 +0100 Subject: [PATCH] =?UTF-8?q?qemush=20:=20KO=20=C3=A0=20la=20place=20de=20ER?= =?UTF-8?q?ROR=20dans=20la=20fonction=20pour=20afficher=20une=20erreur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/qemush | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/qemush b/bin/qemush index 5c23640..cb58b35 100755 --- a/bin/qemush +++ b/bin/qemush @@ -40,7 +40,7 @@ umask 027 # Function to print a colored error perror() { - >&2 printf '\033[1;31mERROR:\033[0m \033[1m%s\033[0m\n' "$*" + >&2 printf '\033[1;31mKO:\033[0m \033[1m%s\033[0m\n' "$*" } # Function to show the usage