diff --git a/customize.sh b/customize.sh index 35ac6d1..8070c81 100644 --- a/customize.sh +++ b/customize.sh @@ -81,12 +81,12 @@ cp -f config/etc/systemd/timesyncd.conf /etc/systemd/timesyncd.conf ## copy sshd configuration -echo -e "\ncopying sshd configuration..." +echo -e "\ncopying ${yellow}sshd_config${norm} to ${yellow}/etc/ssh/sshd_config${norm}" # backup cp -f /etc/ssh/sshd_config /etc/ssh/sshd_config.original # copy new cp -f config/etc/ssh/sshd_config /etc/ssh/sshd_config -echo "...done" + ### Exit gracefully echo -e "\n${ok}All done!${norm}\n"