Skip to content
Snippets Groups Projects
Commit 2332f67f authored by Jameson Rollins's avatar Jameson Rollins
Browse files

fix test for local nds

parent e04d638b
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ export LOCKLOST_WEB_ROOT=https://ldas-jobs.ligo.caltech.edu/~lockloss
# tape
#export NDSSERVER=localhost:31200
# nds_query uses localhost:31200 by default
if ! nds_query --server-version >/dev/null 2>&1 ; then
if nds_query --server-version >/dev/null 2>&1 ; then
#~lockloss/bin/nds2-server-lightweight &
export NDSSERVER=localhost:31200
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment