updated sh files
This commit is contained in:
4
start_taskiq_background.sh
Executable file
4
start_taskiq_background.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
SCRIPT_PATH="$(cd "$(dirname "$0")" && pwd)"
|
||||
source $SCRIPT_PATH/venv/bin/activate
|
||||
bash $SCRIPT_PATH/start_taskiq.sh
|
||||
Reference in New Issue
Block a user