diff --git a/server/eit/commands/command.py b/server/eit/commands/command.py index e5ece0f4b..bd026a0a4 100644 --- a/server/eit/commands/command.py +++ b/server/eit/commands/command.py @@ -202,7 +202,8 @@ class EitCommand(object): except PermissionDenied as err: print_error(err.value) return 1 - acquired = entropy.tools.acquire_entropy_locks(server) + acquired = entropy.tools.acquire_entropy_locks( + server, spinner=True) if not acquired: server.output( darkgreen(_("Another Entropy is currently running.")),