scripts to install openmano as a service on Xenial, and enhancements on installation
Change-Id: I526e1bcd91a2e65c9be5dca372766181377f9e42
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/scripts/openmano-report.sh b/scripts/openmano-report.sh
index c7bfe7e..9402fac 100755
--- a/scripts/openmano-report.sh
+++ b/scripts/openmano-report.sh
@@ -36,8 +36,8 @@
echo "-------------------------------"
echo "OPENMANO"
echo "-------------------------------"
-echo "cat $DIRNAME/../logs/openmano.?"
-cat $DIRNAME/../logs/openmano.?
+echo "cat $DIRNAME/../logs/openmano.log*"
+cat $DIRNAME/../logs/openmano.log*
echo
echo "-------------------------------"
echo "OPENVIM"