mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-03-01 00:59:23 +01:00
debug: do not change termbin link (#4444)
This commit is contained in:
parent
9283f7fc3d
commit
2b70db09fe
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ function debug() {
|
||||||
if [ "$1" = "-l" ]||[ "$1" = "--link" ]; then
|
if [ "$1" = "-l" ]||[ "$1" = "--link" ]; then
|
||||||
proxy="-X 5 -x localhost:9050"
|
proxy="-X 5 -x localhost:9050"
|
||||||
if [ "$2" = "-n" ]||[ "$2" = "--no-tor" ]; then proxy=""; fi
|
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
|
else
|
||||||
cat /var/cache/raspiblitz/debug.log
|
cat /var/cache/raspiblitz/debug.log
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue