mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-29 18:28:11 -07:00
rename config.toml.example to config.toml.in
Since we now replace a value in this file, it's more of a template than an example.
This commit is contained in:
committed by
Will Greenberg
parent
29c944af45
commit
751d504440
@@ -70,7 +70,7 @@ function setup_rootshell {
|
||||
function setup_rayhunter {
|
||||
write-host "installing rayhunter..."
|
||||
_serial "AT+SYSCMD=mkdir -p /data/rayhunter" | Out-Host
|
||||
_adb_push "config.toml.example" "/tmp/config.toml" | Out-Null
|
||||
_adb_push "config.toml.in" "/tmp/config.toml" | Out-Null
|
||||
_serial "AT+SYSCMD=mv /tmp/config.toml /data/rayhunter" | Out-Host
|
||||
_adb_push "rayhunter-daemon-orbic/rayhunter-daemon" "/tmp/rayhunter-daemon" | Out-Null
|
||||
_serial "AT+SYSCMD=mv /tmp/rayhunter-daemon /data/rayhunter" | Out-Host
|
||||
|
||||
Reference in New Issue
Block a user