From 479d1d811b7893255dc98db9d7030d3e1a62a295 Mon Sep 17 00:00:00 2001 From: platania Date: Thu, 9 Mar 2017 17:01:29 -0500 Subject: [PATCH] Fix SQL issue in portal_vm_init Change-Id: I51f612626726415224723f04e545dc7360ce7f9a Signed-off-by: platania --- boot/portal_vm_init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6