From f841c22eccc107ff7b5bf95187fe6010cb3e3ea2 Mon Sep 17 00:00:00 2001 From: jingqinghe Date: Wed, 13 May 2020 14:57:51 +0800 Subject: [PATCH] fix bugs in mpc demo --- python/paddle_fl/mpc/examples/mnist_demo/run_standalone.sh | 3 ++- python/paddle_fl/mpc/examples/uci_demo/run_standalone.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/python/paddle_fl/mpc/examples/mnist_demo/run_standalone.sh b/python/paddle_fl/mpc/examples/mnist_demo/run_standalone.sh index dd61a1f..244f37a 100755 --- a/python/paddle_fl/mpc/examples/mnist_demo/run_standalone.sh +++ b/python/paddle_fl/mpc/examples/mnist_demo/run_standalone.sh @@ -12,7 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. - +#!/bin/bash +# # A tools to faciliate the parallel running of fluid_encrypted test scrips. # A test script is EXPECTED to accepted arguments in the following format: # diff --git a/python/paddle_fl/mpc/examples/uci_demo/run_standalone.sh b/python/paddle_fl/mpc/examples/uci_demo/run_standalone.sh index 7819af2..ce5993e 100755 --- a/python/paddle_fl/mpc/examples/uci_demo/run_standalone.sh +++ b/python/paddle_fl/mpc/examples/uci_demo/run_standalone.sh @@ -12,7 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. - +#!/bin/bash +# # A tools to faciliate the parallel running of fluid_encrypted test scrips. # A test script is EXPECTED to accepted arguments in the following format: # -- GitLab