Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
ccsdk
/
distribution
/
1ae396c758f005cbc2348b90455419d8f250e10e
/
.
/
ansible-server
/
src
/
main
/
ansible-server
/
startAnsibleServer.sh
blob: 193fe77f44e5df2a9d1b10ab273223908a73a918 [
file
] [
log
] [
blame
]
#!/bin/bash
exec
&>
>(
tee
-
a
"/var/log/ansible-server.log"
)
cd
/
opt
/
onap
/
ccsdk
exec
/
usr
/
bin
/
python
RestServer
.
py