diff --git a/utils/image_import.in b/utils/image_import.in index 556048a23e589c6187a1966af2ef5440a1b52083..5f703110ca9bc1ebbbb300d810be5fcd83c6210a 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"; }