Skip to content
Snippets Groups Projects
Commit 73fb0915 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Fix udbContact.bin copy. This should only occur when running local servers

parent 718eaddf
No related branches found
No related tags found
2 merge requests!68Master merge,!11Release
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
# NOTE: This is verbose on purpose. # NOTE: This is verbose on purpose.
set -e set -e
cp udbContact.bin results/udbContact.bin
rm -fr results.bak || true rm -fr results.bak || true
mv results results.bak || rm -fr results || true mv results results.bak || rm -fr results || true
rm -fr blob* || true rm -fr blob* || true
...@@ -65,6 +64,9 @@ if [ "$NETWORKENTRYPOINT" == "localhost:8440" ] ...@@ -65,6 +64,9 @@ if [ "$NETWORKENTRYPOINT" == "localhost:8440" ]
then then
echo "STARTING SERVERS..." echo "STARTING SERVERS..."
# Copy udbContact into place when running locally.
cp udbContact.bin results/udbContact.bin
PERMCMD="../bin/permissioning --logLevel $DEBUGLEVEL -c permissioning.yaml " PERMCMD="../bin/permissioning --logLevel $DEBUGLEVEL -c permissioning.yaml "
$PERMCMD > results/permissioning-console.txt 2>&1 & $PERMCMD > results/permissioning-console.txt 2>&1 &
PIDVAL=$! PIDVAL=$!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment