From 89af85f17f93d46428ad1d4d9b690a10c597bfd5 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Wed, 2 Jan 2019 00:20:24 -0700 Subject: [PATCH] return prompt color to default after script --- customize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.sh b/customize.sh index 079f3e9..f0eb70c 100644 --- a/customize.sh +++ b/customize.sh @@ -63,6 +63,6 @@ cp -f config/etc/ssh/sshd_config /etc/ssh/sshd_config echo "...done" ### Exit gracefully -echo -e "\n\e[0;32mAll done!\n" +echo -e "\n\e[0;32mAll done!\n\e[0m" exit 0