[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-anastasis] branch master updated: remove -i, not required and acc
From: |
gnunet |
Subject: |
[taler-anastasis] branch master updated: remove -i, not required and account has no shell |
Date: |
Thu, 07 Sep 2023 16:25:59 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository anastasis.
The following commit(s) were added to refs/heads/master by this push:
new 225dd9e remove -i, not required and account has no shell
225dd9e is described below
commit 225dd9e88a2a708fa324995f5188ca37a475c1da
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Thu Sep 7 16:25:30 2023 +0200
remove -i, not required and account has no shell
---
contrib/anastasis-dbconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/anastasis-dbconfig b/contrib/anastasis-dbconfig
index 952dc81..dc3b2be 100755
--- a/contrib/anastasis-dbconfig
+++ b/contrib/anastasis-dbconfig
@@ -124,7 +124,7 @@ fi
if [ 0 = "$SKIP_DBINIT" ]
then
echo "Initializing database $DBNAME." 1>&2
- sudo -i -u "$DBUSER" anastasis-dbinit
+ sudo -u "$DBUSER" anastasis-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-anastasis] branch master updated: remove -i, not required and account has no shell,
gnunet <=