add dbg setup

This commit is contained in:
Михаил Капелько
2025-11-09 21:47:46 +03:00
parent 531150ba30
commit 705ad05317

4
dbg.setup Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
CMD="*/2 * * * * kornerr /home/kornerr/vps/dbg.clone"
CRON_FILE=/etc/cron.d/dbg
echo "$CMD" > $CRON_FILE