Wykres commitów

1150 Commity (e155c35a00674881e188813bcaa821e3f98bf87a)

Autor SHA1 Wiadomość Data
Romeo-Golf cf191b0545 setting AUTOMATED_INSTALL to false by default since at present there is no way to do so when calling install.sh 2016-12-31 04:29:24 +00:00
Romeo-Golf 561e6e6a3c replaced a -e test with = 2016-12-31 04:15:26 +00:00
Romeo-Golf 2f67af04b1 Dont show continue setup whiptail on automated installs 2016-12-31 04:09:19 +00:00
Romeo-Golf aa2f31d0d7 Dont show install complete whiptail on automated installs 2016-12-31 04:07:08 +00:00
Romeo-Golf 1490246d54 Re-indent main.sh from missing fi 2016-12-31 03:59:01 +00:00
Romeo-Golf 63b08c06e3 Missing fi in main.sh 2016-12-31 03:57:57 +00:00
Romeo-Golf 40c9e186e3 only source RECEIVER_CONFIGURATION_FILE if it exists and it not empty 2016-12-31 03:29:09 +00:00
Romeo-Golf 59870d23af Missing ) in abovetustin case statement 2016-12-31 03:22:37 +00:00
Romeo-Golf feebe8ee5e Quoting all variables to prevent unary operator expected errors 2016-12-31 03:22:04 +00:00
Romeo-Golf a305f83239 replace with in install.sh 2016-12-31 02:24:45 +00:00
Romeo-Golf 88b133de9d Update main.sh to ensure any variables to be tested actually exist 2016-12-31 02:16:23 +00:00
Romeo-Golf e78bff6092 replace \e[21m with \e[0m so that whole install is not in bold 2016-12-31 02:12:13 +00:00
Romeo-Golf 4edb1fd471 removing superflous )then from init.sh 2016-12-31 02:09:19 +00:00
Romeo-Golf a278ae9443 Widescale replacement of -eq, which only compares integers, with = which compares strings 2016-12-31 02:05:35 +00:00
Romeo-Golf e2889684d8 Widescale application of %s/RECIEVER/RECEIVER/g 2016-12-31 01:55:51 +00:00
Romeo-Golf a9d01b4057 update orphaned references to with in install.sh 2016-12-31 01:34:45 +00:00
Romeo-Golf 2b612dc069 Remove stray backtick from install.sh 2016-12-31 01:32:18 +00:00
Romeo-Golf 0e5673aaf9 Update install.sh so default config is used if no config file was specified 2016-12-31 01:28:27 +00:00
Romeo-Golf e511bb608b Update install.sh to only check for config file if automated_install is true 2016-12-31 01:14:33 +00:00
Romeo-Golf 0279bac7f3 Replace orphaned usage stagement with DisplayHelp 2016-12-31 01:11:06 +00:00
Romeo-Golf 6d713004d5 Minor refactoring of rtlsdr-ogn.sh 2016-12-31 00:26:24 +00:00
Romeo-Golf 016b658ccf Merge branch '2.6.0' of https://github.com/Romeo-Golf/adsb-receiver into 2.6.0 2016-12-31 00:18:49 +00:00
Romeo-Golf 08b156569c Update rtlsdr-ogn.sh to use double square brackets and safe vairables 2016-12-31 00:17:10 +00:00
Romeo-Golf f9f83262f3 Small fixes to dump978.sh maintenance script. 2016-12-29 17:08:18 +00:00
Romeo-Golf 5d1df5c34c Merge pull request #14 from jprochazka/2.6.0
Merge changes from upstream 2.6.0
2016-12-29 17:06:54 +00:00
Romeo-Golf 73a147bce9 manual resync 2016-12-29 17:06:24 +00:00
Romeo-Golf ee9a1e9da1 resync with upstream 2.6.0 2016-12-29 17:01:06 +00:00
Romeo-Golf 2859292631 Merge pull request #13 from jprochazka/master
Sync 2.6.0 with changes in upstream master
2016-12-29 16:36:39 +00:00
Romeo-Golf 1bdd5fca7e Merge pull request #12 from jprochazka/master
Sync with upstream master
2016-12-29 16:35:29 +00:00
Romeo-Golf 279a938ec2 manual resync with origin/master 2016-12-29 16:33:09 +00:00
Joe Prochazka dbba2c94ea Merge pull request #287 from charlie-foxtrot/master
update dump978.sh to fix dump978-maint.sh and feed dump1090-mutability
2016-12-29 01:19:57 -05:00
charlie-foxtrot a9f810575f update dump978.sh to fix dump978-maint.sh and feed dump1090-mutability
dump978-maint.sh starts up dump978 and pipes output to uat2json (that updates dump978.php) and is then piped to uat2esnt and netcat (to dump1090-mutability).

However uat2json does not echo stdin to stdout output, meaning uat2esnt gets no input, and nothing makes it to dump1090-mutability.

This changes dump978-maint.sh to bash and uses tee to fork dump978's output to both uat2json and uat2esnt so messages make it to dump1090-mutability.
2016-12-28 21:43:26 -08:00
Romeo-Golf fe9d0c00d7 Merge pull request #11 from jprochazka/master
Merge changes from upstream master branch
2016-12-29 02:17:30 +00:00
Romeo-Golf 45b3c1000e Merge pull request #10 from jprochazka/master
Merge changes from upstream master branch
2016-12-29 02:12:35 +00:00
Joe Prochazka 98d9051ff9 Updating and integrating RTL-SDR OGN script. 2016-12-27 17:06:13 -05:00
Joe Prochazka e661d06eeb Merge remote-tracking branch 'refs/remotes/origin/master' into 2.5.1 2016-12-27 15:32:01 -05:00
Joe Prochazka 4fc71c1917 Merge remote-tracking branch 'refs/remotes/origin/master' into 2.6.0
# Conflicts:
#	bash/decoders/dump978.sh
2016-12-27 15:31:44 -05:00
Joe Prochazka 35a4614306 Merge pull request #285 from charlie-foxtrot/master
Update variables.sh and dump978.sh
2016-12-27 15:03:26 -05:00
charlie-foxtrot c345d1bc93 Update variables.sh and dump978.sh
variables.sh - typo
dump978.sh - dump978-maint.sh should not background rtl_sdr in while loop, otherwise it will try to re-start rtl_sdr every 15 seconds and throw errors
2016-12-24 16:54:48 +00:00
Joe Prochazka b5fcf7f2e6 Merge remote-tracking branch 'refs/remotes/origin/master' into 2.6.0
# Conflicts:
#	bash/variables.sh
2016-12-23 16:49:06 -05:00
Joe Prochazka dbee22d542 Merge remote-tracking branch 'refs/remotes/origin/master' into 2.5.1 2016-12-23 16:46:41 -05:00
Joe Prochazka 4573e431e1 Added bootpag to credits. 2016-12-23 16:44:27 -05:00
Joe Prochazka 79410c6e8e Updated CHANGELOG.md. 2016-12-23 16:41:52 -05:00
Joe Prochazka 043349c916 Pagination no longer fills page. 2016-12-23 16:40:11 -05:00
Joe Prochazka 1d7b6fa624 Modified AboveTustin script to work with ini file. 2016-12-23 15:38:58 -05:00
Joe Prochazka a94bdd9322 Continued work on adding install config support. 2016-12-23 01:10:13 -05:00
Joe Prochazka afef37744f Adding ability to utilize installation configuration file. 2016-12-22 17:07:14 -05:00
Romeo-Golf e42f26a4f0 Merge pull request #9 from jprochazka/master
Merge changes from upstream Master
2016-12-22 16:21:36 +00:00
Romeo-Golf a38f65df86 Merge pull request #8 from jprochazka/2.6.0
Merge pull request #283 from Romeo-Golf/2.6.0
2016-12-22 10:17:04 +00:00
Joe Prochazka 54fad85c10 Merge pull request #283 from Romeo-Golf/2.6.0
Missing fi statement in main.sh
2016-12-21 16:47:23 -05:00