From 4cc7fc309bc3910b4651a42041d3d35b4d6e32bc Mon Sep 17 00:00:00 2001 From: Jedrzej Stuczynski Date: Fri, 17 Jan 2020 11:44:24 +0000 Subject: [PATCH] Fixed run local network script --- scripts/run_local_network.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/run_local_network.sh b/scripts/run_local_network.sh index 0bc1b91fc1..fe2f949408 100755 --- a/scripts/run_local_network.sh +++ b/scripts/run_local_network.sh @@ -1,3 +1,5 @@ +#!/bin/bash + #// Copyright 2020 The Nym Mixnet Authors #// #// Licensed under the Apache License, Version 2.0 (the "License"); @@ -12,7 +14,6 @@ #// See the License for the specific language governing permissions and #// limitations under the License. -#!/bin/bash echo "Killing old testnet processes..."