goval-dictionary: update init.d script

This commit is contained in:
Yury Martynov 2019-06-07 10:44:27 +03:00
parent 0be32276ed
commit d15981bf63
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E

View file

@ -44,7 +44,7 @@ _update_oval_database() {
-dbpath=${GVD_DBPATH} \
-dbtype=${GVD_DBTYPE} \
-log-dir=${GVD_LOGDIR} \
${os_version}"
${os_version}" ${USER}
eend ${?} "Failed to update a OVAL database: ${GVD_DBPATH}"
}