Fix path
This commit is contained in:
@@ -111,7 +111,7 @@ if [ $BOXES_PRESENT -eq 1 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Recreate a barebones version of the build script so we have some sense of return codes
|
# Recreate a barebones version of the build script so we have some sense of return codes
|
||||||
cat << EOF > /opt/DetectionLab/Vagrant/build.sh
|
cat << EOF > /opt/DetectionLab/build.sh
|
||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
# Brings up a single host using Vagrant
|
# Brings up a single host using Vagrant
|
||||||
@@ -201,6 +201,7 @@ main() {
|
|||||||
main
|
main
|
||||||
exit 0
|
exit 0
|
||||||
EOF
|
EOF
|
||||||
|
chmod +x /opt/DetectionLab/build.sh
|
||||||
|
|
||||||
# Start the build in a tmux session
|
# Start the build in a tmux session
|
||||||
sn=tmuxsession
|
sn=tmuxsession
|
||||||
|
|||||||
Reference in New Issue
Block a user