fix: create directory for backups

This commit is contained in:
root 2024-12-19 01:21:18 +03:00
parent 12ae64d4e8
commit 765853add6
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
mkdir backups
(crontab -l 2>/dev/null; echo "* */12 * * * $(pwd)/backup.sh") | crontab - (crontab -l 2>/dev/null; echo "* */12 * * * $(pwd)/backup.sh") | crontab -