mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
Tools: initvagrant.sh: force-link .mavinit.scr for idempotency
This commit is contained in:
parent
f730020b31
commit
82f76a9367
@ -61,7 +61,7 @@ echo "source /vagrant/Tools/vagrant/shellinit.sh" |
|
|||||||
sudo -u $VAGRANT_USER dd conv=notrunc oflag=append of=$DOT_PROFILE
|
sudo -u $VAGRANT_USER dd conv=notrunc oflag=append of=$DOT_PROFILE
|
||||||
|
|
||||||
# link a half-way decent .mavinit.scr into place:
|
# link a half-way decent .mavinit.scr into place:
|
||||||
sudo --login -u $VAGRANT_USER ln -s /vagrant/Tools/vagrant/mavinit.scr /home/$VAGRANT_USER/.mavinit.scr
|
sudo --login -u $VAGRANT_USER ln -sf /vagrant/Tools/vagrant/mavinit.scr /home/$VAGRANT_USER/.mavinit.scr
|
||||||
|
|
||||||
#Plant a marker for sim_vehicle that we're inside a vagrant box
|
#Plant a marker for sim_vehicle that we're inside a vagrant box
|
||||||
touch /ardupilot.vagrant
|
touch /ardupilot.vagrant
|
||||||
|
Loading…
Reference in New Issue
Block a user