cave should only run in PRACTICE mode
This commit is contained in:
parent
8368a096a2
commit
d7256a182c
1 changed files with 3 additions and 4 deletions
|
@ -94,11 +94,10 @@ fi
|
||||||
export apps_dir=${HYDRO_APPS_DIR}
|
export apps_dir=${HYDRO_APPS_DIR}
|
||||||
|
|
||||||
SWITCHES=($SWITCHES)
|
SWITCHES=($SWITCHES)
|
||||||
MODE="OPERATIONAL"
|
MODE="PRACTICE"
|
||||||
SWITCHES+=(-mode OPERATIONAL)
|
SWITCHES+=(-mode PRACTICE)
|
||||||
export TEXTWS=`hostname | sed -e 's/lx/xt/g'`
|
|
||||||
|
|
||||||
hostName=`hostname -s`
|
hostName=`hostname -s`
|
||||||
|
export TEXTWS=$hostName
|
||||||
|
|
||||||
#check for gtk-2.0 value
|
#check for gtk-2.0 value
|
||||||
gtkResource=.gtkrc-2.0
|
gtkResource=.gtkrc-2.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue