commit 96b275a70cc671ae81177232f0aca02f12f45682
parent 5b0d192c4eb3c3c9758e28336c77a796a2ce73c9
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Thu, 7 Sep 2023 16:24:54 +0200
remove -i, not required and account has no shell
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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