dkdaniz commited on
Commit
16efb6e
1 Parent(s): 6fa13ea

Update run.sh

Browse files
Files changed (1) hide show
  1. run.sh +1 -1
run.sh CHANGED
@@ -1,6 +1,6 @@
1
  #!/bin/sh
2
 
3
- nohup redis-server &
4
 
5
  python3 ingest.py
6
 
 
1
  #!/bin/sh
2
 
3
+ # nohup redis-server &
4
 
5
  python3 ingest.py
6