Skip to content

Commit

Permalink
app-install: fix feeder-update cp
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf committed Jun 18, 2024
1 parent 67841ef commit 5056e25
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ services_enable=()
if [ ! -f /opt/adsb/os.adsb.feeder.image ] ; then
rm -f ./usr/lib/systemd/system/adsb-hotspot.service
rm -f ./usr/lib/systemd/system/adsb-bootstrap.service
cp -v -a -t ./usr/lib/systemd/system/* /usr/lib/systemd/system/
cp -v -a -t /opt/adsb/* /opt/adsb
cp -v -a ./usr/lib/systemd/system/* /usr/lib/systemd/system/
cp -v -a ./opt/adsb/* /opt/adsb
else
# copy the complete tree into the / filesystem
cp -v -a -r . /
Expand Down

0 comments on commit 5056e25

Please sign in to comment.