Fix copying on JSON.sh

Correct a copy/paste error

Change-Id: I00baec064be96f6a4954a0704d693b230124259a
This commit is contained in:
Ben Swartzlander 2017-01-30 09:21:40 -05:00
parent 0c98cfee3e
commit 530dc3bdba
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ if [ ! -d overlay-client ] ; then
mkdir overlay-client
cp -a common-files/* overlay-client
mkdir -p overlay-client/usr/bin
cp $JSON_SH overlay-server/usr/bin
cp $JSON_SH overlay-client/usr/bin
fi
if [ ! -d overlay-server ] ; then
mkdir overlay-server