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
252fb308
Commit
252fb308
authored
Oct 01, 2014
by
Kill Your TV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use (brand-new) shell library to check for router console
parent
9e2d40aa
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/i2p-browser
config/chroot_local-includes/usr/local/sbin/i2p-browser
+3
-1
No files found.
config/chroot_local-includes/usr/local/sbin/i2p-browser
View file @
252fb308
...
...
@@ -12,6 +12,8 @@ LOCK=/var/lock/${CMD}
TEXTDOMAIN
=
"tails"
export
TEXTDOMAIN
.
/usr/local/lib/tails-shell-library/i2p.sh
ROFS
=
/lib/live/mount/rootfs/filesystem.squashfs
CONF_DIR
=
/var/lib/i2p-browser
COW
=
${
CONF_DIR
}
/cow
...
...
@@ -357,7 +359,7 @@ if ! flock -x -n 9; then
error
"
`
gettext
\"
Another I2P Browser is currently running, or being cleaned up. Please retry
in
a
while
.
\"
`
"
fi
if
!
netstat
-4nlp
|grep
-wq
"127
\.
0
\.
0
\.
1:7657"
;
then
if
!
i2p_router_console_is_ready
;
then
verify_start
fi
show_start_notification
...
...
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