Ввести регулярную публикацию отладочной версии (#6)
This commit is contained in:
4
publish.setup
Executable file
4
publish.setup
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
CMD="0 20 * * * kornerr /home/kornerr/vps/publish.dbg"
|
||||
CRON_FILE=/etc/cron.d/dbg
|
||||
echo "$CMD" > $CRON_FILE
|
||||
Reference in New Issue
Block a user