Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
477cab50
Commit
477cab50
authored
Sep 20, 2020
by
intrigeri
Browse files
Drop unused variables
Spotted by ShellCheck.
parent
704160ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
config/chroot_local-includes/etc/gdm3/PostLogin/Default
View file @
477cab50
...
...
@@ -16,14 +16,9 @@
# For whatever reason, /usr/sbin (needed by at least chpasswd)
# is not in our PATH
export
PATH
=
"/usr/sbin:
${
PATH
}
"
LIVE_PASSWORD
=
live
POLKIT
=
/etc/polkit-1/localauthority.conf.d/52-tails-greeter.conf
SUDOERS
=
/etc/sudoers.d/tails-greeter
NO_PASSWORD_LECTURE
=
/etc/sudoers.d/tails-greeter-no-password-lecture
KBDSET
=
/etc/default/keyboard
CONSET
=
/etc/default/console-setup
LOCALE_CFG
=
/etc/default/locale
CODSET
=
"Uni1"
# universal codeset to properly display glyphs in localized console
GREETER_EXPORTED_SETTINGS
=
"tails.macspoof tails.network tails.unsafe-browser"
log
()
{
...
...
import-translations
View file @
477cab50
...
...
@@ -31,7 +31,6 @@ if [ -f 'po/tails.pot' ]; then
AFTER_IMPORT
=
'intltool_update_po $(po_languages)'
elif
[
-f
'po/onioncircuits.pot'
]
;
then
LANG_DOT_PO_LAYOUT
=
no
POTFILE
=
onioncircuits.pot
BRANCH
=
'tails-onioncircuits_release'
AFTER_IMPORT
=
'./setup.py build_i18n && ( cd po && for po in *.po ; do msgmerge --update "$po" onioncircuits.pot ; done )'
elif
[
-f
'po/tails-installer.pot'
]
;
then
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment