Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit e35ea4b

Browse files
committed
typo; it's modprobe not modproble
1 parent 057c33c commit e35ea4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ assert_kernel_mod() {
316316

317317
log "attempting to load kernel module $module"
318318
modprobe -v "$module"
319-
on_failure bail "unable to dynamically load kernel module $module. try modproble $module on the Docker host"
319+
on_failure bail "unable to dynamically load kernel module $module. try modprobe $module on the Docker host"
320320

321321
if ! is_kernel_module_loaded "$module"; then
322322
bail "modprobe claims that it loaded kernel module $module, but it still appears to be missing"

0 commit comments

Comments
 (0)