diff options
author | Stefan K. Berg <stefan.k.berg@ericsson.com> | 2015-09-28 16:05:46 +0200 |
---|---|---|
committer | Stefan K. Berg <stefan.k.berg@ericsson.com> | 2015-09-28 16:11:03 +0200 |
commit | 72f7e0f9dcb2cbd241a93637c0c99e98dac5fd39 (patch) | |
tree | c925a851edc330cf37fcea832cf21ea3809a9768 /fuel | |
parent | 191c0ddc773c977538560b4d869f32b2b42ea1a2 (diff) |
Make 03_install_repo.sh executable and fix typo
Change-Id: I8d1e52f4e38110e55a3d34c46cb899e32e47b8ad
Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
Diffstat (limited to 'fuel')
-rwxr-xr-x[-rw-r--r--] | fuel/build/f_isoroot/f_bootstrap/post-scripts/03_install_repo.sh | 2 |
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!" |