Spaces:
Runtime error
Runtime error
Alysha Creelman
commited on
Removing Wormington-Scholar from vm in model_building.sh
Browse files- 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 |
|