aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/templates/wrapper.maintdb
blob: a27994ffb89b71c3ecfa279d17171edf64151338 (plain)
1
2
3
4
5
6
7
#!/bin/sh

maintdbuser="<%= maintdb_login %>"
maintdbpath="<%= maintdb_binpath %>"

sudo -u "$maintdbuser" "$maintdbpath" $(whoami) $@