X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=genesis.git;a=blobdiff_plain;f=fuel%2Fbuild%2Ff_isoroot%2Ff_bootstrap%2Fpost-scripts%2F03_install_repo.sh;fp=fuel%2Fbuild%2Ff_isoroot%2Ff_bootstrap%2Fpost-scripts%2F03_install_repo.sh;h=427a55adddec7a7d82c89f74b0521989fcbd046e;hp=c077d57b5757520c0cde1ee89a810176f0faa764;hb=72f7e0f9dcb2cbd241a93637c0c99e98dac5fd39;hpb=191c0ddc773c977538560b4d869f32b2b42ea1a2 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!"