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
dc8ab8dc
Commit
dc8ab8dc
authored
Oct 26, 2015
by
kytv
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve function name
parent
5f823308
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
config/chroot_local-includes/usr/local/sbin/tails-i2p
config/chroot_local-includes/usr/local/sbin/tails-i2p
+4
-2
No files found.
config/chroot_local-includes/usr/local/sbin/tails-i2p
View file @
dc8ab8dc
...
...
@@ -44,7 +44,7 @@ wait_until_i2p_router_console_is_ready() {
wait_until
${
I2P_STARTUP_TIMEOUT
}
i2p_router_console_is_ready
}
wait_and_see_if_
i2p_fails_to_bootstrap
()
{
i2p_fails_to_bootstrap
()
{
wait_until
${
I2P_BOOTSTRAP_TIMEOUT
}
i2p_reseed_failed
}
...
...
@@ -85,7 +85,9 @@ case "${1}" in
service i2p start
wait_until_i2p_router_console_is_ready
||
startup_failure
notify_router_console_success
wait_and_see_if_i2p_fails_to_bootstrap
&&
bootstrap_failure
if
i2p_fails_to_bootstrap
;
then
bootstrap_failure
fi
wait_until_i2p_has_bootstrapped
||
bootstrap_failure
notify_bootstrap_success
;;
...
...
anonym
@anonym
mentioned in issue
#10185 (closed)
·
May 14, 2020
mentioned in issue
#10185 (closed)
mentioned in issue #10185
Toggle commit list
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