From d15981bf630c50492dfc49ee41cfc346eaf9ee88 Mon Sep 17 00:00:00 2001 From: Yury Martynov Date: Fri, 7 Jun 2019 10:44:27 +0300 Subject: [PATCH] goval-dictionary: update init.d script --- dev-go/goval-dictionary/files/goval-dictionary.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-go/goval-dictionary/files/goval-dictionary.initd b/dev-go/goval-dictionary/files/goval-dictionary.initd index 8149eef10..d70e1f352 100644 --- a/dev-go/goval-dictionary/files/goval-dictionary.initd +++ b/dev-go/goval-dictionary/files/goval-dictionary.initd @@ -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}" }