Update scripts
This commit is contained in:
parent
4ca7d1bd01
commit
572a10c961
2 changed files with 6 additions and 2 deletions
|
@ -2,3 +2,7 @@
|
|||
set -e
|
||||
GIT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
|
||||
(crontab -l 2>/dev/null; echo "* * * * * $GIT_DIR/commit.sh") | crontab -
|
||||
|
||||
############################################################################
|
||||
# NOTE: commit signing must be turned off, or not require any interaction. #
|
||||
############################################################################
|
Loading…
Reference in a new issue