gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: -use newlines


From: gnunet
Subject: [taler-deployment] branch master updated: -use newlines
Date: Wed, 07 Sep 2022 15:26:58 +0200

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 4990e44  -use newlines
4990e44 is described below

commit 4990e44af47406005a2d174fa7bb0958dd7a4b0a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Sep 7 15:26:56 2022 +0200

    -use newlines
---
 bin/taler-gv | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/taler-gv b/bin/taler-gv
index baf7ffa..ce516ea 100755
--- a/bin/taler-gv
+++ b/bin/taler-gv
@@ -1110,10 +1110,10 @@ def prepare(postgres_db_name):
             "[Service]\n"
             f"ExecStart={cmd}\n"
             f"StandardOutput=append:{LOG_DIR / executable_name}.log\n"
-            f"StandardError=append:{LOG_DIR / executable_name}.log"
+            f"StandardError=append:{LOG_DIR / executable_name}.log\n"
         )
         if env:
-            content += f"\nEnvironmentFile={env}"
+            content += f"\nEnvironmentFile={env}\n"
         return content
 
     if UNIX_SOCKETS_DIR.is_dir():

-- 
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]