From bdaf2ffcbd59c01ba7c7ec4061143235cec037df Mon Sep 17 00:00:00 2001 From: Leigh B Stoller Date: Thu, 29 Jan 2015 18:33:17 -0700 Subject: [PATCH] Run imagevalidate to update all DB parameters. --- utils/image_import.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/image_import.in b/utils/image_import.in index 556048a23..5f703110c 100644 --- a/utils/image_import.in +++ b/utils/image_import.in @@ -323,7 +323,7 @@ if ($getimage) { my $imageid = $image->imageid(); # Run as root to access /proj $EUID = $UID = 0; - if (system("$IMAGEVALIDATE -uq -H '$newhash' $imageid")) { + if (system("$IMAGEVALIDATE -uq $imageid")) { # XXX should this be fatal? print STDERR "Could not update DB info for $image\n"; } -- GitLab