From c92270d34def149ed74a3202b1ffed056c0151d0 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Tue, 29 May 2012 20:27:39 +0200 Subject: fix another wrong path Signed-off-by: Tom Gundersen --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') diff --git a/functions b/functions index df1ba33..d62cc20 100644 --- a/functions +++ b/functions @@ -347,7 +347,7 @@ kill_all() { load_modules() { local rc=0 - /usr/lib/systemd/systemd-load-modules + /usr/lib/systemd/systemd-modules-load rc=$? if (( ${#MODULES[*]} )); then -- cgit v1.2.3