From 9a1f9c9e6d4dcc1be3036533f54d1c524ab3992c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Mon, 29 Jan 2024 14:51:45 +0100 Subject: [PATCH] Use magenta as purple is no longer available --- qsgen2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qsgen2 b/qsgen2 index b07cf91..2c8b013 100755 --- a/qsgen2 +++ b/qsgen2 @@ -76,7 +76,7 @@ if (${debug}); then fi if [[ ${1} == "version" ]] || [[ ${1} == "-v" ]] || [[ ${1} == "--version" ]]; then - # echo "${purple}${QSGEN} ${VERSION}${end}" + # echo "${magenta}${QSGEN} ${VERSION}${end}" echo "${yellow}- Created by kekePower - 2018-2024${end}" echo "${yellow}- https://github.com/kekePower/qsgen2/${end}" exit