Fix run script to execute order_listener.py with python

This commit is contained in:
Nawaz Haider
2026-01-03 13:29:39 +06:00
parent 6a00daf67e
commit 50df9953b6
+1 -1
View File
@@ -1,3 +1,3 @@
nohup in_memory_db/in_mem_db &
nohup order_listener.py &
nohup python order_listener.py &
sudo env "PATH=$PATH" python main.py