Skip to content

Commit 5843f0d

Browse files
committed
Manuals: update Copy_Firebot_Figures.sh for spark
1 parent 754cab1 commit 5843f0d

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

Manuals/Copy_Firebot_Figures.sh

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,11 @@ USE_SSH=
66
# use when you can't cross mount directories containing firebot
77
#USE_SSH=1
88

9-
# set firebot host to blaze
10-
# if using USE_SSH=1 over VPN add user name to HOST, e.g., HOST=[email protected].nist.gov
11-
HOST=blaze.el.nist.gov
9+
# set firebot host to spark
10+
# if using USE_SSH=1 over VPN add user name to HOST, e.g., HOST=usrname@spark.nist.gov
11+
HOST=spark.nist.gov
1212
HOSTDIR=/home/firebot/.firebot
1313

14-
# set firebot host to burn
15-
#HOST=burn.el.nist.gov
16-
#HOSTDIR=/home4/firebot/FireModels_clone/fds/
17-
1814
# shouldn't have to change lines below
1915

2016
if [ "$USE_SSH" == "" ]; then

0 commit comments

Comments
 (0)