Replace numbered build scripts with updated ones
This commit is contained in:
11
build/scripts/cron.sh
Normal file
11
build/scripts/cron.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
source /build/config
|
||||
set -x
|
||||
|
||||
## Install cron daemon
|
||||
apt_get_install_permanent cron
|
||||
|
||||
## Remove useless cron entries
|
||||
# Checks for lost+found and scans for mtab
|
||||
rm -f /etc/cron.daily/standard
|
||||
Reference in New Issue
Block a user