diff options
author | 2018-05-01 04:40:27 +0000 | |
---|---|---|
committer | 2018-05-01 04:46:18 +0000 | |
commit | 575bd01c3048274e504798da568dd0aa5c2c2b1d (patch) | |
tree | fd98d7e7c6f13002e77518371796429603ea7080 /lcm/docker/instance_init.sh | |
parent | 1f98be8e933753c1ad97ce0fd8883d95899e212a (diff) |
VFC Containers not coming up using K8s
Change-Id: Ib749ca0fb4950bf433736f44a8b9ae1d170d5019
Issue-ID: VFC-894
Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
Diffstat (limited to 'lcm/docker/instance_init.sh')
-rwxr-xr-x | lcm/docker/instance_init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/docker/instance_init.sh b/lcm/docker/instance_init.sh index 599584d4..90468f83 100755 --- a/lcm/docker/instance_init.sh +++ b/lcm/docker/instance_init.sh @@ -5,7 +5,7 @@ function start_redis_server { } function start_mysql { - find /var/lib/mysql -type f -exec touch {} \; && service mysql start + service mysql start sleep 1 } |