Skip to content

Commit

Permalink
Change the post-install chrony file command from mv to cp
Browse files Browse the repository at this point in the history
  • Loading branch information
civerachb-cpr committed Sep 25, 2024
1 parent 0105584 commit a81e840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PKG="turtlebot4_setup"

sudo mv /etc/turtlebot4/chrony.conf /etc/chrony/chrony.conf
sudo cp /etc/turtlebot4/chrony.conf /etc/chrony/chrony.conf
sudo service chrony restart
sudo systemctl enable webserver.service
sudo systemctl disable systemd-networkd-wait-online.service
Expand Down

0 comments on commit a81e840

Please sign in to comment.