Changes in several installation and init scripts to remove mysql warnings and become idempotent and usable from a cloned repository
Change-Id: I4b4740f0125cb01ea6fbeff24684e48ed0ed6788
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/scripts/install-openmano-service.sh b/scripts/install-openmano-service.sh
index c1b3f37..dd840ce 100755
--- a/scripts/install-openmano-service.sh
+++ b/scripts/install-openmano-service.sh
@@ -117,7 +117,7 @@
DELETE=y
fi
-#make idenpotent
+#make idempotent
rm -rf /opt/openmano
rm -f /etc/default/openmanod.cfg
rm -f /var/log/openmano
@@ -132,7 +132,7 @@
chown $USER_OWNER /opt/openmano/openmanod.cfg
chown -R $USER_OWNER /opt/openmano
-mkdir -p etc/systemd/system/
+mkdir -p /etc/systemd/system/
cat > /etc/systemd/system/openmano.service << EOF
[Unit]
Description=openmano server