diff --git a/customize.sh b/customize.sh index ad5c5fc..35ac6d1 100644 --- a/customize.sh +++ b/customize.sh @@ -73,12 +73,12 @@ cp -f config/etc/nanorc /etc/nanorc ## copy timesync -echo -e "\ncopying timesync configuration..." +echo -e "\ncopying ${yellow}timesyncd.conf${norm} to ${yellow}/etc/systemd/timesyncd.conf${norm}" # backup cp -f /etc/systemd/timesyncd.conf /etc/systemd/timesyncd.conf.original # copy new cp -f config/etc/systemd/timesyncd.conf /etc/systemd/timesyncd.conf -echo "...done" + ## copy sshd configuration echo -e "\ncopying sshd configuration..."