Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
ffho-packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Freifunk Hochstift
ffho-packages
Commits
0521abdd
Commit
0521abdd
authored
10 years ago
by
Helge Jung
Browse files
Options
Downloads
Patches
Plain Diff
ffpb-debug: added more clear output and changed target host
parent
2a7387fd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ffpb/ffpb-debug/files/bin/ffpb-debug
+10
-6
10 additions, 6 deletions
ffpb/ffpb-debug/files/bin/ffpb-debug
with
10 additions
and
6 deletions
ffpb/ffpb-debug/files/bin/ffpb-debug
+
10
−
6
View file @
0521abdd
...
@@ -38,12 +38,16 @@ do
...
@@ -38,12 +38,16 @@ do
esac
esac
done
done
echo
"Report stored in:
$tf
"
if
$local
;
then
if
$local
;
then
cat
$tf
echo
"No information has been sent to the ffpb-team."
echo
"I will not send any information to ffpb-team"
else
else
echo
"Sending report to ffpb-team"
echo
"Sending report to ffpb-team ..."
code
=
`
nc debug.paderborn.freifunk.net 1337 <
$tf
`
code
=
`
gzip
-c
$tf
| nc debugreport.paderborn.freifunk.net 1337
`
echo
"Report number:"
if
[
$?
-eq
0
]
;
then
echo
$code
echo
"Report number: "
echo
$code
else
echo
"Failed to send report :("
fi
fi
fi
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment