gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet-nim] 47/61: examples/{start, stop}_peers: Use /bin/


From: gnunet
Subject: [GNUnet-SVN] [gnunet-nim] 47/61: examples/{start, stop}_peers: Use /bin/sh, tested and checked against Bash and shellcheck.
Date: Sat, 13 Apr 2019 13:36:22 +0200

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

ng0 pushed a commit to branch master
in repository gnunet-nim.

commit 5722e51e0e4ffb152ce68be070f538a4d04e08d4
Author: Nils Gillmann <address@hidden>
AuthorDate: Thu Aug 9 15:03:40 2018 +0000

    examples/{start,stop}_peers: Use /bin/sh, tested and checked against Bash 
and shellcheck.
    
    Signed-off-by: Nils Gillmann <address@hidden>
---
 examples/start_peers.sh | 2 +-
 examples/stop_peers.sh  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/start_peers.sh b/examples/start_peers.sh
index 8d2c341..81ebf91 100755
--- a/examples/start_peers.sh
+++ b/examples/start_peers.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 CONFIG1=gnunet1.conf
 CONFIG2=gnunet2.conf
 CONFIG3=gnunet3.conf
diff --git a/examples/stop_peers.sh b/examples/stop_peers.sh
index eefc5f4..cad3a5e 100755
--- a/examples/stop_peers.sh
+++ b/examples/stop_peers.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 CONFIG1=gnunet1.conf
 CONFIG2=gnunet2.conf
 CONFIG3=gnunet3.conf

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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