mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
busybox: crond & crontab symlinks still have to be removed
the new settings addon checks for /sbin/crond existence to decide whether cron support is there or not, so symlinks have to be removed
This commit is contained in:
parent
fb449ea2bd
commit
682f755dcd
@ -71,3 +71,9 @@ USER_PWD="`$ROOT/$TOOLCHAIN/bin/cryptpw -m sha512 $USER_PASSWORD`"
|
||||
|
||||
mkdir -p $INSTALL/usr/www/error
|
||||
echo "404" > $INSTALL/usr/www/error/404.html
|
||||
|
||||
# cron support
|
||||
if [ ! "$CRON_SUPPORT" = "yes" ] ; then
|
||||
rm -f $INSTALL/sbin/crond
|
||||
rm -f $INSTALL/bin/crontab
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user