Merge "Fix copying on JSON.sh"

This commit is contained in:
Jenkins 2017-02-08 01:58:31 +00:00 committed by Gerrit Code Review
commit 5a3708509c
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