Fix full install

This commit is contained in:
Bob Mottram 2016-07-22 23:12:26 +01:00
parent 0f3b5a65c9
commit a0d095cb90
1 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,8 @@ PROJECT_INSTALL_DIR=/usr/local/bin
if [ -f /usr/bin/${PROJECT_NAME} ]; then
PROJECT_INSTALL_DIR=/usr/bin
fi
source $PROJECT_INSTALL_DIR/${PROJECT_NAME}-vars
source /usr/share/${PROJECT_NAME}/utils/${PROJECT_NAME}-utils-setup
#set -x # Enable debugging
@ -241,6 +242,7 @@ echo $'Customised customisation script created'
echo $"starting $VMDEBOOTSTRAP"
# Run vmdebootstrap script to create image
sudo -H \
SUITE="$SUITE" \