gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: remove -i, not required and acco


From: gnunet
Subject: [taler-exchange] branch master updated: remove -i, not required and account has no shell
Date: Thu, 07 Sep 2023 16:24:52 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new e2016f5f remove -i, not required and account has no shell
e2016f5f is described below

commit e2016f5f09ecfea97808d5c57c94534d45f738c6
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Thu Sep 7 16:24:45 2023 +0200

    remove -i, not required and account has no shell
---
 contrib/taler-auditor-dbconfig  | 2 +-
 contrib/taler-exchange-dbconfig | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/taler-auditor-dbconfig b/contrib/taler-auditor-dbconfig
index 16437d68..d46c41ef 100755
--- a/contrib/taler-auditor-dbconfig
+++ b/contrib/taler-auditor-dbconfig
@@ -124,7 +124,7 @@ fi
 if [ 0 = "$SKIP_DBINIT" ]
 then
     echo "Initializing database $DBNAME." 1>&2
-    sudo -i -u "$DBUSER" taler-auditor-dbinit
+    sudo -u "$DBUSER" taler-auditor-dbinit
 fi
 
 echo "Database configuration finished." 1>&2
diff --git a/contrib/taler-exchange-dbconfig b/contrib/taler-exchange-dbconfig
index 3d85a076..7d33aa64 100755
--- a/contrib/taler-exchange-dbconfig
+++ b/contrib/taler-exchange-dbconfig
@@ -125,7 +125,7 @@ fi
 if [ 0 = "$SKIP_DBINIT" ]
 then
     echo "Initializing database $DBNAME." 1>&2
-    sudo -i -u "$DBUSER" taler-exchange-dbinit
+    sudo -u "$DBUSER" taler-exchange-dbinit
 fi
 
 echo "Database configuration finished." 1>&2

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]