From 1ef7e52e56bcaeb89a4f88e89d528892645ee9d2 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Mon, 12 Sep 2016 17:08:04 +0200 Subject: [PATCH] Minor bug fix in install-openmano to install correctly the service Change-Id: I544f2ab149c472ed511dfe05dd9107cfa74c5cd5 Signed-off-by: garciadeblas --- scripts/install-openmano.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-openmano.sh b/scripts/install-openmano.sh index f57439e8..cdbf9110 100755 --- a/scripts/install-openmano.sh +++ b/scripts/install-openmano.sh @@ -324,7 +324,7 @@ echo ' ##### CONFIGURE OPENMANO SERVICE ##### #################################################################' - ./openmano/scripts/install-service-openmano.sh -f openmano #-u $SUDO_USER + ./openmano/scripts/install-openmano-service.sh -f openmano #-u $SUDO_USER # alias service-openmano="service openmano" # echo 'alias service-openmano="service openmano"' >> ${HOME}/.bashrc -- 2.25.1