get-debug-change
This commit is contained in:
parent
2d5b7d9f60
commit
fffbc2b9dd
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cat debug.txt /home/minetest/.minetest/debug.txt | grep -e "WARNING\|ERROR\|Separator\|-------" | awk '!n[$0]++' > debug.txt
|
cat debug.txt /home/minetest/.minetest/debug.txt | grep -e "WARNING\|ERROR" | awk '!n[$0]++' > debug.txt
|
||||||
|
|
Loading…
Reference in a new issue