From 9c24f3496e9a971d00dd2b21c3219b0f4923d23b Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Wed, 9 Jan 2019 01:11:19 -0700 Subject: [PATCH] updated timesyncd section --- customize.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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..."