fix: create directory for backups
This commit is contained in:
parent
12ae64d4e8
commit
765853add6
|
@ -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 -
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue