From 12ec0391999165d19bf187646a7565e0b0c87228 Mon Sep 17 00:00:00 2001 From: Kai Zimmermann Date: Thu, 27 Apr 2017 11:21:46 +0200 Subject: [PATCH] Fixed update server location. (#498) Signed-off-by: kaizimmerm --- deployHawkBitSandbox.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployHawkBitSandbox.sh b/deployHawkBitSandbox.sh index 45bfac3d0..ff443d9b6 100644 --- a/deployHawkBitSandbox.sh +++ b/deployHawkBitSandbox.sh @@ -14,9 +14,9 @@ cf api https://api.eu-gb.bluemix.net cf login cf stop hawkbit-simulator -cd examples/hawkbit-example-app/target/ +cd hawkbit-runtime/hawkbit-update-server/target/ cf push -cd ../.. +cd ../../../examples/ java -jar hawkbit-example-mgmt-simulator/target/hawkbit-example-mgmt-simulator-0.2.0-SNAPSHOT-exec.jar --hawkbit.url=https://hawkbit.eu-gb.mybluemix.net cd hawkbit-device-simulator/target/ cf push