Reset terminal color after running custom extension installation script.
This commit is contained in:
parent
55d7595ad4
commit
bffc7e02ba
1 changed files with 1 additions and 0 deletions
|
@ -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."
|
log_yellow "[WARNING] This extension uses a custom installation script, proceed with caution."
|
||||||
chmod +x .blueprint/data/extensions/$identifier/install.sh
|
chmod +x .blueprint/data/extensions/$identifier/install.sh
|
||||||
bash .blueprint/data/extensions/$identifier/install.sh
|
bash .blueprint/data/extensions/$identifier/install.sh
|
||||||
|
echo -e "\e[0m\x1b[0m\033[0m";
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $DUPLICATE != "y" ]]; then
|
if [[ $DUPLICATE != "y" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue