Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyinz committed Mar 9, 2023
1 parent 54f2340 commit 551ffab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start-mspass.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ MONGO_LOG=${MSPASS_LOG_DIR}/mongo_log
export SPARK_WORKER_DIR=${MSPASS_WORKER_DIR}
export SPARK_LOG_DIR=${MSPASS_LOG_DIR}
export PYTHONPATH=$SPARK_HOME/python:$SPARK_HOME/python/lib/py4j-0.10.9-src.zip:$PYTHONPATH
export PATH=$SPARK_HOME/bin:$SPARK_HOME/python:$PATHa
export PATH=$SPARK_HOME/bin:$SPARK_HOME/python:$PATH

if [ $# -eq 0 ] || [ $1 = "--batch" ]; then

Expand Down

0 comments on commit 551ffab

Please sign in to comment.