From 72f7e0f9dcb2cbd241a93637c0c99e98dac5fd39 Mon Sep 17 00:00:00 2001 From: "Stefan K. Berg" Date: Mon, 28 Sep 2015 16:05:46 +0200 Subject: Make 03_install_repo.sh executable and fix typo Change-Id: I8d1e52f4e38110e55a3d34c46cb899e32e47b8ad Signed-off-by: Stefan K. Berg --- fuel/build/f_isoroot/f_bootstrap/post-scripts/03_install_repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 fuel/build/f_isoroot/f_bootstrap/post-scripts/03_install_repo.sh 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 old mode 100644 new mode 100755 index c077d57..427a55a --- 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!" -- cgit 1.2.3-korg