some updates

This commit is contained in:
kr0sh512
2025-02-12 00:21:38 +03:00
parent f4476bc15d
commit c22085eeb3
4 changed files with 138 additions and 0 deletions
+5
View File
@@ -12,3 +12,8 @@ for var in "${env_vars[@]}"; do
fi
done
# Add cron jobs to crontab
(crontab -l 2>/dev/null; echo "0 * * * * python3 /app/upload_sql.py") | crontab -
# Start the schedules.py script
python3 -u /app/schedules.py &