Skip to content

Commit 6d89ba3

Browse files
committed
change to /adsbx for optional tar1090
1 parent 2e6390c commit 6d89ba3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ curl -L -o /tmp/axfeed.sh https://github.com/adsbxchange/adsb-exchange/raw/maste
99
sudo bash /tmp/axfeed.sh
1010
```
1111

12-
### Optional: local interface for your data http://192.168.X.XX/ax
12+
### Optional: local interface for your data http://192.168.X.XX/adsbx
1313

1414
Install / Update:
1515
```
1616
sudo bash /usr/local/share/adsbexchange/git/install-or-update-interface.sh
1717
```
1818
Remove:
1919
```
20-
sudo bash /usr/local/share/tar1090/uninstall.sh ax
20+
sudo bash /usr/local/share/tar1090/uninstall.sh adsbx
2121
```
2222

2323
### Update the feed client without reconfiguring

install-or-update-interface.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ GIT="/usr/local/share/tar1090/git"
2323

2424
getGIT "$REPO" "$BRANCH" "$GIT"
2525

26-
bash "$GIT/install.sh" "/run/adsbexchange-feed" "ax"
26+
bash "$GIT/install.sh" "/run/adsbexchange-feed" "adsbx"

0 commit comments

Comments
 (0)