mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-15 09:51:21 +00:00
deluge: Fix installation failure on slow machine
Deluge setup now waits longer after first startup to make sure services are fully started. Fixes #1764 Signed-off-by: Veiko Aasa <veiko17@disroot.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
8e698987de
commit
420e3846a0
@ -189,7 +189,7 @@ def subcommand_setup(_):
|
||||
action_utils.service_restart('deluge-web')
|
||||
action_utils.service_restart('deluged')
|
||||
# wait processes to start
|
||||
time.sleep(5)
|
||||
time.sleep(10)
|
||||
|
||||
# configure deluge-web to autoconnect to the default deluged daemon, also
|
||||
# restarts deluged and deluge-web services again to create config files
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user