Fixing log messages

Fixing onos-config glitch

Change-Id: I15a1d7bc0a4fc50773f041328958bf02e8e4cb0f
diff --git a/tools/test/bin/onos-config b/tools/test/bin/onos-config
index 4fe122a..5c3ab02 100755
--- a/tools/test/bin/onos-config
+++ b/tools/test/bin/onos-config
@@ -53,5 +53,5 @@
 scp -qr ${ONOS_ROOT}/tools/package/config/ $remote:$ONOS_INSTALL_DIR/
 
 # Copy the desired initial network configuration to remote if needed
-[ -n $ONOS_CFG -a -f $ONOS_CFG -a "${1:-$OCI}" = "$OC1" ] && \
+[ -n "$ONOS_CFG" -a -f "$ONOS_CFG" -a "${1:-$OCI}" = "$OC1" ] && \
     scp $ONOS_CFG $remote:$ONOS_INSTALL_DIR/config/network-cfg.json