summaryrefslogtreecommitdiffstats
path: root/modules.d/slx-clock/module-setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'modules.d/slx-clock/module-setup.sh')
-rwxr-xr-xmodules.d/slx-clock/module-setup.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules.d/slx-clock/module-setup.sh b/modules.d/slx-clock/module-setup.sh
index d0f2c480..f9ff0c48 100755
--- a/modules.d/slx-clock/module-setup.sh
+++ b/modules.d/slx-clock/module-setup.sh
@@ -1,9 +1,5 @@
#!/usr/bin/env bash
check() {
- if ! hash ntpd; then
- derror "Missing 'ntpdate'. Please install it."
- return 1
- fi
# Tell dracut that this module should only be included if it is required
# explicitly.
return 255