diff options
Diffstat (limited to 'modules/buildsystem/templates/maintdb/wrapper.maintdb')
-rw-r--r-- | modules/buildsystem/templates/maintdb/wrapper.maintdb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/buildsystem/templates/maintdb/wrapper.maintdb b/modules/buildsystem/templates/maintdb/wrapper.maintdb index 2adddd1e..fcf69dab 100644 --- a/modules/buildsystem/templates/maintdb/wrapper.maintdb +++ b/modules/buildsystem/templates/maintdb/wrapper.maintdb @@ -22,5 +22,4 @@ then exit 1 fi -sudo -u "$maintdbuser" "$maintdbpath" $(whoami) $@ - +sudo -u "$maintdbuser" "$maintdbpath" $(whoami) "$@" |