From bffc7e02bae328001dca5b3908a5d2b8252be722 Mon Sep 17 00:00:00 2001 From: purple Date: Thu, 7 Sep 2023 18:22:41 +0200 Subject: [PATCH] Reset terminal color after running custom extension installation script. --- blueprint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/blueprint.sh b/blueprint.sh index f81eeeb..788667e 100644 --- a/blueprint.sh +++ b/blueprint.sh @@ -664,6 +664,7 @@ if [[ ( $2 == "-i" ) || ( $2 == "-install" ) ]]; then VCMD="y" log_yellow "[WARNING] This extension uses a custom installation script, proceed with caution." chmod +x .blueprint/data/extensions/$identifier/install.sh bash .blueprint/data/extensions/$identifier/install.sh + echo -e "\e[0m\x1b[0m\033[0m"; fi if [[ $DUPLICATE != "y" ]]; then