diff options
Diffstat (limited to 'install-crontab.sh')
| -rwxr-xr-x | install-crontab.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/install-crontab.sh b/install-crontab.sh deleted file mode 100755 index 47c220c..0000000 --- a/install-crontab.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -# Install crontab to run update script - -SCRIPT_DIR="$(builtin cd "$(dirname "${BASH_SOURCE[0]}")" && pwd -P)" - -(crontab -l 2>/dev/null; echo "*/5 * * * * $SCRIPT_DIR/update.sh") | crontab - |
