From 46ce48664b75a6fd2b75e8bb9cf93d9a1ef72abd Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Wed, 9 Jan 2019 01:12:39 -0700 Subject: [PATCH] added ending separator --- customize.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/customize.sh b/customize.sh index 8070c81..8883d95 100644 --- a/customize.sh +++ b/customize.sh @@ -89,6 +89,7 @@ cp -f config/etc/ssh/sshd_config /etc/ssh/sshd_config ### Exit gracefully +echo -e "${mag}---------------------${norm}" echo -e "\n${ok}All done!${norm}\n" exit 0