Skip to content

Commit

Permalink
Merge pull request #13887 from rmcdermo/master
Browse files Browse the repository at this point in the history
Manuals: update Copy_Firebot_Figures.sh for spark
  • Loading branch information
rmcdermo authored Dec 13, 2024
2 parents 754cab1 + 5843f0d commit ded0f4e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Manuals/Copy_Firebot_Figures.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@ USE_SSH=
# use when you can't cross mount directories containing firebot
#USE_SSH=1

# set firebot host to blaze
# if using USE_SSH=1 over VPN add user name to HOST, e.g., HOST=rmcdermo@blaze.el.nist.gov
HOST=blaze.el.nist.gov
# set firebot host to spark
# if using USE_SSH=1 over VPN add user name to HOST, e.g., HOST=usrname@spark.nist.gov
HOST=spark.nist.gov
HOSTDIR=/home/firebot/.firebot

# set firebot host to burn
#HOST=burn.el.nist.gov
#HOSTDIR=/home4/firebot/FireModels_clone/fds/

# shouldn't have to change lines below

if [ "$USE_SSH" == "" ]; then
Expand Down

0 comments on commit ded0f4e

Please sign in to comment.