Fix ansible server config
[sdnc/oam.git] / installation / ansible-server / src / main / scripts / startAnsibleServer.sh
index 643bbab..e9b912b 100644 (file)
@@ -1,4 +1,5 @@
 #/bin/bash
+exec &> /var/log/ansible-server.log
 
 if [ ! -d /tmp/.ansible-server-installed]
 then
@@ -13,4 +14,4 @@ then
 fi
 
 cd /opt/onap/sdnc
-exec python RestServer.py > RestServer.out
\ No newline at end of file
+exec python RestServer.py
\ No newline at end of file