Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tails
tails
Commits
bfe83b49
Commit
bfe83b49
authored
Nov 28, 2014
by
Tails developers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't use -f with rm.
We rather see a fatal failure here e.g. if the file we want to remove has moved.
parent
2932646d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
config/chroot_local-includes/usr/local/lib/tails-shell-library/chroot-browser.sh
...ludes/usr/local/lib/tails-shell-library/chroot-browser.sh
+1
-1
No files found.
config/chroot_local-includes/usr/local/lib/tails-shell-library/chroot-browser.sh
View file @
bfe83b49
...
...
@@ -194,7 +194,7 @@ configure_chroot_browser () {
cp
/usr/share/tails/
"
${
browser_name
}
"
/userChrome.css
"
${
browser_chrome
}
"
# Remove all bookmarks
rm
-f
"
${
chroot
}
/
${
TBB_PROFILE
}
/bookmarks.html"
rm
"
${
chroot
}
/
${
TBB_PROFILE
}
/bookmarks.html"
# Set an appropriate theme, except if we're using Windows
# camouflage.
...
...
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