updated timesyncd section

This commit is contained in:
Asif Bacchus 2019-01-09 01:11:19 -07:00
parent f0b6a2db74
commit 9c24f3496e
1 changed files with 2 additions and 2 deletions

View File

@ -73,12 +73,12 @@ cp -f config/etc/nanorc /etc/nanorc
## copy timesync ## copy timesync
echo -e "\ncopying timesync configuration..." echo -e "\ncopying ${yellow}timesyncd.conf${norm} to ${yellow}/etc/systemd/timesyncd.conf${norm}"
# backup # backup
cp -f /etc/systemd/timesyncd.conf /etc/systemd/timesyncd.conf.original cp -f /etc/systemd/timesyncd.conf /etc/systemd/timesyncd.conf.original
# copy new # copy new
cp -f config/etc/systemd/timesyncd.conf /etc/systemd/timesyncd.conf cp -f config/etc/systemd/timesyncd.conf /etc/systemd/timesyncd.conf
echo "...done"
## copy sshd configuration ## copy sshd configuration
echo -e "\ncopying sshd configuration..." echo -e "\ncopying sshd configuration..."