mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-02-09 00:08:41 +01:00
fixed error printing script
This commit is contained in:
parent
aeb0f57c0c
commit
274b06f51b
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
for log_file in 'hs_err_*.log'; do
|
for log_file in hs_err_*.log; do
|
||||||
echo "Error log ${log_file}:"
|
echo "Error log ${log_file}:"
|
||||||
cat ${log_file}
|
cat ${log_file}
|
||||||
done
|
done
|
Loading…
x
Reference in New Issue
Block a user