Updated entry to src/ folder
This commit is contained in:
parent
11c25ba85e
commit
79f5b6d474
2
run.sh
2
run.sh
@ -22,7 +22,7 @@ RUN_DIR="$(dirname "$ABS_PATH")"
|
|||||||
|
|
||||||
# Relative paths to the virtual environment and main.py
|
# Relative paths to the virtual environment and main.py
|
||||||
VENV='./venv/bin/activate'
|
VENV='./venv/bin/activate'
|
||||||
ENTRY='./create_app.py'
|
ENTRY='./src/create_app.py'
|
||||||
|
|
||||||
# cd into the bot's root path, set up the virtual environment, and run
|
# cd into the bot's root path, set up the virtual environment, and run
|
||||||
cd "$RUN_DIR"
|
cd "$RUN_DIR"
|
||||||
|
Loading…
Reference in New Issue
Block a user