Update data-mmdvm.sh

This commit is contained in:
Esteban Mackay Q 2023-12-16 15:47:58 -05:00
parent f61502dd64
commit a7fa88056d
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ SCRIPT_NAME="data-mmdvm.sh"
# Registra el inicio en /opt/curl.txt # Registra el inicio en /opt/curl.txt
echo "Inicio: $SCRIPT_NAME" >> /opt/curl.txt echo "Inicio: $SCRIPT_NAME" >> /opt/curl.txt
(crontab -l | grep -v "sh /opt/data-file.sh") | crontab -
cat > /opt/data-mmdvm.py <<- "EOFXC" cat > /opt/data-mmdvm.py <<- "EOFXC"
import os import os
import subprocess import subprocess