From c7d947bcb10aac9c6483f682f5e93ac2d2ddabd2 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Fri, 3 Jan 2014 19:06:23 +0100 Subject: [PATCH] make it more flexible --- run_on_device.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_on_device.sh b/run_on_device.sh index 9d59997e..d3859902 100755 --- a/run_on_device.sh +++ b/run_on_device.sh @@ -5,7 +5,7 @@ USER=root USER_ID=0 PASSWORD=hive BINARY=hive -TARGET_IP=10.10.10.125 +TARGET_IP=${TARGET_IP-10.10.10.125} TARGET_SSH_PORT=22 TARGET_DEBUG_PORT=3768 RUN_OPTIONS=-qmljsdebugger=port:$TARGET_DEBUG_PORT