Skip to content

Commit 033f2ea

Browse files
Remove PYTHONPATH setup in cron script (#2752)
1 parent 8b7ac20 commit 033f2ea

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/cron_common_start.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
#!/bin/bash
22

3-
PATH_SCRIPT="$(cd "$(dirname "$0")/.." pwd -P)"
4-
cd "$PATH_SCRIPT"
5-
6-
export PYTHONPATH="$(pwd)"
7-
83
if test ! -f configs/config.json; then
94
echo "Cannot run without the config.json file in /configs/"
105
exit -1

0 commit comments

Comments
 (0)