Fix simulator - working ingestion with America/Martinique timezone
This commit is contained in:
6
scripts/start_simulator.sh
Executable file
6
scripts/start_simulator.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Cariflex Simulator Launcher
|
||||
export FM_PASS="Digitribe972"
|
||||
cd /home/eric/cariflex
|
||||
nohup python3 -u scripts/cariflex_simulator.py > /tmp/simulator.log 2>&1 &
|
||||
echo "Simulator started with PID $!"
|
||||
Reference in New Issue
Block a user