Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tails
tails
Commits
e1b70e82
Commit
e1b70e82
authored
Oct 15, 2015
by
anonym
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not try to read non-existent files in tails-debugging-info.
parent
e99c11f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
config/chroot_local-includes/usr/local/sbin/tails-debugging-info
...chroot_local-includes/usr/local/sbin/tails-debugging-info
+3
-1
No files found.
config/chroot_local-includes/usr/local/sbin/tails-debugging-info
View file @
e1b70e82
...
...
@@ -14,9 +14,11 @@ debug_file() {
user
=
"
${
1
}
"
shift
fi
file
=
"
${
1
}
"
[
!
-e
"
${
file
}
"
]
&&
return
echo
echo
"===== content of
$1
====="
sudo
-u
"
${
user
}
"
--
cat
"
${
1
}
"
sudo
-u
"
${
user
}
"
--
cat
"
${
file
}
"
}
debug_command /usr/sbin/dmidecode
-s
system-manufacturer
...
...
Write
Preview
Markdown
is supported
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