Remove args

This commit is contained in:
Chris Long
2020-10-31 16:30:00 -07:00
parent 9315f80370
commit 1a84e03d47

View File

@@ -206,4 +206,4 @@ chmod +x /opt/DetectionLab/build.sh
# Start the build in a tmux session
sn=tmuxsession
tmux new-session -s "$sn" -d
tmux send-keys -t "$sn:0" './build.sh virtualbox --vagrant-only && echo "success" > /var/www/html/index.html || echo "failed" > /var/www/html/index.html; umount /mnt && /usr/local/bin/packet-block-storage-detach' Enter
tmux send-keys -t "$sn:0" './build.sh && echo "success" > /var/www/html/index.html || echo "failed" > /var/www/html/index.html; umount /mnt && /usr/local/bin/packet-block-storage-detach' Enter