Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TPF
telematic-performance-format
Commits
afb6192d
Commit
afb6192d
authored
Jun 12, 2017
by
Roman Haefeli
Browse files
add --do-nothing flag
parent
b76759c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/tpf-setup
View file @
afb6192d
#!/bin/bash
if
[
"
$1
"
==
"--do-nothing"
]
then
exit
0
fi
# At this point mtr should be installed and thus if we don't find
# it means that /usr/local/sbin is not part of PATH
if
!
echo
$PATH
|
grep
-q
"/usr/local/sbin"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment