X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fansible-server%2Fsrc%2Fmain%2Fscripts%2FstartAnsibleServer.sh;h=eec62ba6f85eb820d943a51d73de180edacd133e;hb=1c7e45507c7686a236cf5f23bb572142d8be1dba;hp=e9b912bb4dce9a7888dab59d6a0a96bf401e8a69;hpb=9b844cb5985a1a573a1ed43990aac3282547b2ce;p=sdnc%2Foam.git diff --git a/installation/ansible-server/src/main/scripts/startAnsibleServer.sh b/installation/ansible-server/src/main/scripts/startAnsibleServer.sh index e9b912bb..eec62ba6 100644 --- a/installation/ansible-server/src/main/scripts/startAnsibleServer.sh +++ b/installation/ansible-server/src/main/scripts/startAnsibleServer.sh @@ -1,7 +1,7 @@ #/bin/bash exec &> /var/log/ansible-server.log -if [ ! -d /tmp/.ansible-server-installed] +if [ ! -f /tmp/.ansible-server-installed ] then pip install PyMySQL pip install cherrypy