summaryrefslogtreecommitdiffstats
path: root/mgr/docker/instance_init.sh
diff options
context:
space:
mode:
authorMahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>2018-05-01 04:51:15 +0000
committerMahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>2018-05-01 04:53:28 +0000
commitfe30da57b821616e9e92f27b8dd96d8056a91f30 (patch)
tree8505b69272ceb655b55414a3b4c25f291549addf /mgr/docker/instance_init.sh
parentce0a4ef653fd6e44011fa1d3fcb961dab1e6247c (diff)
VFC Containers not coming up using K8s
Change-Id: Ic8831e8223abd52e2aebd6be0d6d0e6e92336604 Issue-ID: VFC-894 Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
Diffstat (limited to 'mgr/docker/instance_init.sh')
-rwxr-xr-xmgr/docker/instance_init.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/mgr/docker/instance_init.sh b/mgr/docker/instance_init.sh
index 15b597c..90468f8 100755
--- a/mgr/docker/instance_init.sh
+++ b/mgr/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
}
@@ -17,4 +17,4 @@ function create_database {
start_redis_server
start_mysql
-create_database \ No newline at end of file
+create_database