summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan K. Berg <stefan.k.berg@ericsson.com>2015-09-28 16:05:46 +0200
committerStefan K. Berg <stefan.k.berg@ericsson.com>2015-09-28 16:11:03 +0200
commit72f7e0f9dcb2cbd241a93637c0c99e98dac5fd39 (patch)
treec925a851edc330cf37fcea832cf21ea3809a9768
parent191c0ddc773c977538560b4d869f32b2b42ea1a2 (diff)
Make 03_install_repo.sh executable and fix typo
Change-Id: I8d1e52f4e38110e55a3d34c46cb899e32e47b8ad Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
-rwxr-xr-x[-rw-r--r--]fuel/build/f_isoroot/f_bootstrap/post-scripts/03_install_repo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuel/build/f_isoroot/f_bootstrap/post-scripts/03_install_repo.sh b/fuel/build/f_isoroot/f_bootstrap/post-scripts/03_install_repo.sh
index c077d57..427a55a 100644..100755
--- a/fuel/build/f_isoroot/f_bootstrap/post-scripts/03_install_repo.sh
+++ b/fuel/build/f_isoroot/f_bootstrap/post-scripts/03_install_repo.sh
@@ -5,7 +5,7 @@ if [ ! -d /opt/opnfv/nailgun ]; then
exit 1
fi
-mkdir -p /var/www/mailgun
+mkdir -p /var/www/nailgun
mv /opt/opnfv/nailgun/* /var/www/nailgun
if [ $? -ne 0 ]; then
echo "Error moving repos to their correct location!"