mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-12 19:20:48 +02:00
debug: do not change termbin link (#4444)
This commit is contained in:
parent
9283f7fc3d
commit
2b70db09fe
@ -172,7 +172,7 @@ function debug() {
|
||||
if [ "$1" = "-l" ]||[ "$1" = "--link" ]; then
|
||||
proxy="-X 5 -x localhost:9050"
|
||||
if [ "$2" = "-n" ]||[ "$2" = "--no-tor" ]; then proxy=""; fi
|
||||
cat /var/cache/raspiblitz/debug.log | nc ${proxy} termbin.com 9999 | sed "s/termbin.com/l.termbin.com/"
|
||||
cat /var/cache/raspiblitz/debug.log | nc ${proxy} termbin.com 9999
|
||||
else
|
||||
cat /var/cache/raspiblitz/debug.log
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user