Update and rename start_rpc_server_to_tracker.py to start_rpc_server_to_tracker.sh...
authorChristian Clauss <cclauss@me.com>
Sat, 11 Jan 2020 19:30:09 +0000 (20:30 +0100)
committerTianqi Chen <tqchen@users.noreply.github.com>
Sat, 11 Jan 2020 19:30:09 +0000 (11:30 -0800)
This is a shell file, not a Python file.

apps/vta_rpc/start_rpc_server_to_tracker.sh [moved from apps/vta_rpc/start_rpc_server_to_tracker.py with 93% similarity]

similarity index 93%
rename from apps/vta_rpc/start_rpc_server_to_tracker.py
rename to apps/vta_rpc/start_rpc_server_to_tracker.sh
index 35e66f5..00f3d28 100755 (executable)
@@ -15,7 +15,7 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-PROJROOT="""$( cd "$( dirname '${BASH_SOURCE[0]}' )/../../" && pwd )"""
+PROJROOT="$( cd "$( dirname '${BASH_SOURCE[0]}' )/../../" && pwd )"
 
 # Derive target specified by vta_config.json
 VTA_CONFIG=${PROJROOT}/vta/config/vta_config.py