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