Skip to content

Commit

Permalink
Merge d39b34a into c2ac96c
Browse files Browse the repository at this point in the history
  • Loading branch information
sbabayan committed Apr 9, 2019
2 parents c2ac96c + d39b34a commit 3cf82c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion startup.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ SET PYTHONPATH=%TABPY_ROOT%\tabpy-server;%TABPY_ROOT%\tabpy-tools;%PYTHONPATH%
SET STARTUP_CMD=python tabpy-server\tabpy_server\tabpy.py
IF [%1] NEQ [] (
ECHO Using config file at %TABPY_ROOT%\tabpy-server\tabpy_server\%1
SET STARTUP_CMD=%STARTUP_CMD% --config=%1
SET STARTUP_CMD=%STARTUP_CMD% --config=%TABPY_ROOT%\tabpy-server\tabpy_server\%1
)


Expand Down
2 changes: 1 addition & 1 deletion startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ if [ -z $CONFIG ]; then
echo Using default parameters.
python3 tabpy-server/tabpy_server/tabpy.py
else
python3 tabpy-server/tabpy_server/tabpy.py --config=$CONFIG
python3 tabpy-server/tabpy_server/tabpy.py --config=${TABPY_ROOT}/tabpy-server/tabpy_server/$CONFIG
fi

export PYTHONPATH=$SAVE_PYTHONPATH
Expand Down

0 comments on commit 3cf82c7

Please sign in to comment.