Merge pull request #2477 from unraid/fix-rc-crond

fix: typo in rc.crond
This commit is contained in:
tom mortensen
2025-12-18 15:20:46 -08:00
committed by GitHub
+1 -1
View File
@@ -55,7 +55,7 @@ crond_restart(){
}
crond_status(){
if atd_running; then
if crond_running; then
echo "$DAEMON is currently running."
else
echo "$DAEMON is not running."