diff options
author | Steve Smokowski <ss835w@att.com> | 2017-02-10 16:08:20 -0500 |
---|---|---|
committer | Steve Smokowski <ss835w@att.com> | 2017-02-10 16:08:35 -0500 |
commit | e690871517457e68586e81f2cf19d43f121b5299 (patch) | |
tree | e6844751223e20a09581e3e9f3d73e161e644b93 /src/main/docker | |
parent | ef768a7c864f0d807d8696449f5eed7a4552316f (diff) |
Update Poms and Tests
Change-Id: If95a1f2188e4073725c50b7dbb1e03b1329b7e27
Signed-off-by: Steve Smokowski <ss835w@att.com>
Diffstat (limited to 'src/main/docker')
-rw-r--r-- | src/main/docker/startup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/docker/startup.sh b/src/main/docker/startup.sh index 22950cd..c4a4d5f 100644 --- a/src/main/docker/startup.sh +++ b/src/main/docker/startup.sh @@ -24,4 +24,4 @@ echo "Checking environment for configuration options" $BIN_DIR/update_config.sh echo "Starting up model loader..." -$BIN_DIR/jetty.sh run > /dev/null 2>&1
\ No newline at end of file +$BIN_DIR/jetty.sh run > /dev/null 2>&1 |