Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
c614b484
Commit
c614b484
authored
Feb 25, 2021
by
Francesc Guasch
Browse files
fix(ISO): Ubuntu Focal Fossa
parent
0f51b80d
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
c614b484
...
...
@@ -1020,7 +1020,7 @@ sub _remove_old_isos {
.
"
AND ( md5 IS NOT NULL OR md5_url IS NOT NULL)
"
,"
DELETE FROM iso_images
"
.
"
WHERE name like 'Ubuntu Focal%'
"
.
"
AND file_re like '%20.04.1%'
"
.
"
AND
(
file_re like '%20.04.1%'
OR file_re like '%20.04.%d+%')
"
)
{
my
$sth
=
$CONNECTOR
->
dbh
->
prepare
(
$sql
);
$sth
->
execute
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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