Skip to content
Snippets Groups Projects
Commit a0d095cb authored by Bob Mottram's avatar Bob Mottram
Browse files

Fix full install

parent 0f3b5a65
No related branches found
No related tags found
No related merge requests found
......@@ -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" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment