summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan K. Berg <stefan.k.berg@ericsson.com>2015-09-28 16:05:46 +0200
committerStefan Berg <stefan.k.berg@ericsson.com>2015-09-28 14:18:02 +0000
commit66b527d7a94ad5be261aec39fe692a135f77b657 (patch)
treee30a3e3d4bb088aab29a07feb34d8d7ecb0a0a98
parentc7bbf315396c15a41016f17500748b78470c8219 (diff)
Make 03_install_repo.sh executable and fix typo
Change-Id: I8d1e52f4e38110e55a3d34c46cb899e32e47b8ad Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com> (cherry picked from commit 72f7e0f9dcb2cbd241a93637c0c99e98dac5fd39)
-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!"