6 lines
127 B
Bash
Executable File
6 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
cd /opt/weval-l99
|
|
python3 l99-master.py > logs/last-run.log 2>&1
|
|
echo DONE > logs/STATUS
|
|
date >> logs/last-run.log
|