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