Alysha Creelman commited on
Commit
b3116e8
·
unverified ·
1 Parent(s): bbac4fc

Removing Wormington-Scholar from vm in model_building.sh

Browse files
Files changed (1) hide show
  1. model_building.sh +2 -0
model_building.sh CHANGED
@@ -3,6 +3,8 @@
3
  PORT=22003
4
  MACHINE=paffenroth-23.dyn.wpi.edu
5
 
 
 
6
  # check that the code in installed and start up the product
7
  COMMAND="ssh -i group_key -p ${PORT} -o StrictHostKeyChecking=no student-admin@${MACHINE}"
8
 
 
3
  PORT=22003
4
  MACHINE=paffenroth-23.dyn.wpi.edu
5
 
6
+ rm -rf Wormington-Scholar
7
+
8
  # check that the code in installed and start up the product
9
  COMMAND="ssh -i group_key -p ${PORT} -o StrictHostKeyChecking=no student-admin@${MACHINE}"
10