Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
1fc23ca0
Commit
1fc23ca0
authored
May 11, 2021
by
Francesc Guasch
Browse files
refactor(backend): keep scheduled shutdowns
parent
a0973e55
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
1fc23ca0
...
...
@@ -4599,7 +4599,7 @@ sub _remove_unnecessary_downs($self, $domain) {
my
@requests
=
$domain
->
list_requests
(
1
);
for
my
$req
(
@requests
)
{
$req
->
status
('
done
')
if
$req
->
command
=~
/shutdown/
;
$req
->
status
('
done
')
if
$req
->
command
=~
/shutdown/
&&
!
$req
->
at_time
;
$req
->
_remove_messages
();
}
}
...
...
Write
Preview
Supports
Markdown
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