diff options
author | platania <platania@research.att.com> | 2017-03-09 17:01:29 -0500 |
---|---|---|
committer | platania <platania@research.att.com> | 2017-03-09 17:01:29 -0500 |
commit | 479d1d811b7893255dc98db9d7030d3e1a62a295 (patch) | |
tree | 259644b9a37ff7c46acac365468ec484c04e4b25 /boot | |
parent | 0ef32881741240582b0f604e4f1ca306aa9b5b4a (diff) |
Fix SQL issue in portal_vm_init
Change-Id: I51f612626726415224723f04e545dc7360ce7f9a
Signed-off-by: platania <platania@research.att.com>
Diffstat (limited to 'boot')
-rw-r--r-- | boot/portal_vm_init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/portal_vm_init.sh b/boot/portal_vm_init.sh index 93fdff2e..05e969fc 100644 --- a/boot/portal_vm_init.sh +++ b/boot/portal_vm_init.sh @@ -29,7 +29,7 @@ cd portal/deliveries ./dbstart.sh ./new_start.sh -sleep 60 +sleep 180 if [ ! -e /opt/config/boot.txt ] then |