From 01578cf24eebe65be7b7d083f33de2f232f086af Mon Sep 17 00:00:00 2001
From: Mayank Rathee <mayankrathee.japan@gmail.com>
Date: Wed, 10 Jun 2020 23:19:48 +0530
Subject: [PATCH] Updated run scripts. Minor

---
 Porthos/party0.sh | 2 +-
 Porthos/party1.sh | 2 +-
 Porthos/party2.sh | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Porthos/party0.sh b/Porthos/party0.sh
index 1d16448..4d193ff 100755
--- a/Porthos/party0.sh
+++ b/Porthos/party0.sh
@@ -13,6 +13,6 @@ then
 	exit 1
 fi
 
-./src/build/bin/$1 0 ../../../files/addresses
+./src/build/bin/$1 0 files/addresses
 
 
diff --git a/Porthos/party1.sh b/Porthos/party1.sh
index 4c64918..cb85773 100755
--- a/Porthos/party1.sh
+++ b/Porthos/party1.sh
@@ -13,5 +13,5 @@ then
 	exit 1
 fi
 
-./src/build/bin/$1 1 ../../../files/addresses
+./src/build/bin/$1 1 files/addresses
 
diff --git a/Porthos/party2.sh b/Porthos/party2.sh
index 827a08f..d20bf22 100755
--- a/Porthos/party2.sh
+++ b/Porthos/party2.sh
@@ -13,6 +13,6 @@ then
 	exit 1
 fi
 
-./src/build/bin/$1 2 ../../../files/addresses
+./src/build/bin/$1 2 files/addresses
 
 
-- 
GitLab