diff --git a/templates/kernel/prepost-inst b/templates/kernel/prepost-inst index 1cfdb5fd40f..d15f35e9a13 100644 --- a/templates/kernel/prepost-inst +++ b/templates/kernel/prepost-inst @@ -11,7 +11,7 @@ case "$2" in pre) ;; post) - echo "Running $3-$4 post-installation hooks..." + echo "Running $3-$4 post installation hooks..." if [ "$1" = "NOTSET" ]; then if $(mount|grep "^/proc" 2>&1 >/dev/null); then mntproc_cmd="mount -t proc proc /proc"