Make 03_install_repo.sh executable and fix typo
[genesis.git] / fuel / build / f_isoroot / f_bootstrap / post-scripts / 03_install_repo.sh
old mode 100644 (file)
new mode 100755 (executable)
index c077d57..427a55a
@@ -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!"