Alysha Creelman
commited on
Adding PORT and MACHINE vars to model_building.sh
Browse files- model_building.sh +3 -0
model_building.sh
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
#! /bin/bash
|
2 |
|
|
|
|
|
|
|
3 |
# check that the code in installed and start up the product
|
4 |
COMMAND="ssh -p ${PORT} -o StrictHostKeyChecking=no student-admin@${MACHINE}"
|
5 |
|
|
|
1 |
#! /bin/bash
|
2 |
|
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 -p ${PORT} -o StrictHostKeyChecking=no student-admin@${MACHINE}"
|
8 |
|