[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: remove -i, not required and acco
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: remove -i, not required and account has no shell |
Date: |
Thu, 07 Sep 2023 16:25:00 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository merchant.
The following commit(s) were added to refs/heads/master by this push:
new 96b275a7 remove -i, not required and account has no shell
96b275a7 is described below
commit 96b275a70cc671ae81177232f0aca02f12f45682
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Thu Sep 7 16:24:54 2023 +0200
remove -i, not required and account has no shell
---
contrib/taler-merchant-dbconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-merchant] branch master updated: remove -i, not required and account has no shell,
gnunet <=