return prompt color to default after script

This commit is contained in:
Asif Bacchus 2019-01-02 00:20:24 -07:00
parent e6760876a0
commit 89af85f17f
1 changed files with 1 additions and 1 deletions

View File

@ -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