diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-09-07 16:24:54 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-09-07 16:24:54 +0200 |
commit | 96b275a70cc671ae81177232f0aca02f12f45682 (patch) | |
tree | a9bd2545fa9e906bba3a0162c7efcf35e31cdaf2 /contrib | |
parent | 5b0d192c4eb3c3c9758e28336c77a796a2ce73c9 (diff) |
remove -i, not required and account has no shell
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/taler-merchant-dbconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/taler-merchant-dbconfig b/contrib/taler-merchant-dbconfig index fbb25ced..97c160bd 100755 --- a/contrib/taler-merchant-dbconfig +++ b/contrib/taler-merchant-dbconfig @@ -124,7 +124,7 @@ fi if [ 0 = "$SKIP_DBINIT" ] then echo "Initializing database $DBNAME." 1>&2 - sudo -i -u "$DBUSER" taler-merchant-dbinit + sudo -u "$DBUSER" taler-merchant-dbinit fi echo "Database configuration finished." 1>&2 |