Skip to content

Commit

Permalink
Update setupVagrant.sh Cloyster call with -u (unattended) option (#43)
Browse files Browse the repository at this point in the history
* Application network is no longer mandatory on answerfile, change cloyster.h dryRun variable to false by default

Signed-off-by: lbgracioso <[email protected]>

* Add user confirmation to run the project

Signed-off-by: lbgracioso <[email protected]>

* Change to while loop on unattended confirmation

Signed-off-by: lbgracioso <[email protected]>

* Update setupVagrant.sh Cloyster call

Signed-off-by: lbgracioso <[email protected]>

---------

Signed-off-by: lbgracioso <[email protected]>
  • Loading branch information
lbgracioso committed Feb 22, 2024
1 parent 2cc013f commit 3568cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/setupVagrant.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ deploy_cloyster() {
vagrant scp include/"$machine_name".answerfile.ini "$machine_name":~/answerfile.ini

# Run Cloyster
vagrant ssh "$machine_name" -c "sudo ./cloyster -l 6 -a answerfile.ini"
vagrant ssh "$machine_name" -c "sudo ./cloyster -l 6 -a answerfile.ini -u"
}

destroy_vm_and_cleanup() {
Expand Down

0 comments on commit 3568cf5

Please sign in to comment.