busybox: fix typo in crond service script

This commit is contained in:
CUI Hao 2020-01-08 21:34:59 -08:00
parent ed08aa45e3
commit bc9a4f86cd

View File

@ -11,7 +11,7 @@ TERMUX_PKG_CONFLICTS="coreutils (<< 8.25-4)"
TERMUX_PKG_SERVICE_SCRIPT=(
"telnetd" 'exec busybox telnetd -F'
"ftpd" 'exec busybox tcpsvd -vE 0.0.0.0 8021 ftpd $HOME'
"crond" 'exec buxybox crond -f -d 0 2>&1'
"crond" 'exec busybox crond -f -d 0 2>&1'
)
termux_step_pre_configure() {