diff options
Diffstat (limited to 'res/docker/instance_init.sh')
-rwxr-xr-x | res/docker/instance_init.sh | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/res/docker/instance_init.sh b/res/docker/instance_init.sh index 11753d9..cfc9b0d 100755 --- a/res/docker/instance_init.sh +++ b/res/docker/instance_init.sh @@ -1,23 +1,2 @@ #!/bin/bash - -function start_redis_server { - redis-server & -} - -function start_mysql { - service mysql start - sleep 1 -} - -function create_database { - cd /service/vfc/gvnfm/vnfres/res/assembly/bin - if [ ! -f dbexist.txt ]; then - echo 1 > dbexist.txt - bash initDB.sh root $MYSQL_ROOT_PASSWORD 3306 127.0.0.1 - fi - cd /service -} - -start_redis_server -start_mysql -create_database +echo "No service needs init." |