diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-07-31 18:20:49 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-07-31 18:25:35 -0400 |
commit | a0b9152f19c4f8dbd925635129d75af9785a1d4a (patch) | |
tree | b4b06113eb76c5522c89f675d1e2c33afcbd3216 /deliveries | |
parent | cc805e781c5c764860a1f801e637c6ed6e471f63 (diff) |
Repair widget micro service, onboarding of widgets
Issue: PORTAL-30, PORTAL-40, PORTAL-45, PORTAL-46, PORTAL-47
Change-Id: I97de4cc038f7167d5e368249f9ea5e47e8fc1b09
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'deliveries')
-rw-r--r-- | deliveries/.gitignore | 1 | ||||
-rwxr-xr-x | deliveries/new_stop.sh | 2 | ||||
-rwxr-xr-x | deliveries/widget_ms_start.sh | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/deliveries/.gitignore b/deliveries/.gitignore index f12ac3a0..99665291 100644 --- a/deliveries/.gitignore +++ b/deliveries/.gitignore @@ -1 +1,2 @@ /PROJECT +/etc_vm-ep-dev2.zip diff --git a/deliveries/new_stop.sh b/deliveries/new_stop.sh index 7693c035..9193e285 100755 --- a/deliveries/new_stop.sh +++ b/deliveries/new_stop.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Establish environment variables source $(dirname $0)/os_settings.sh diff --git a/deliveries/widget_ms_start.sh b/deliveries/widget_ms_start.sh index 5e51aebe..b5fbdc25 100755 --- a/deliveries/widget_ms_start.sh +++ b/deliveries/widget_ms_start.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Establish environment variables source $(dirname $0)/os_settings.sh |