diff options
author | Tom Gundersen <teg@jklm.no> | 2012-05-29 20:27:39 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2012-05-29 20:27:39 +0200 |
commit | c92270d34def149ed74a3202b1ffed056c0151d0 (patch) | |
tree | dfbe4af22220d9018a2a0b87f1761a07182eabbd /functions | |
parent | fb88ea7f023439cb66f7ba79c0271d0660e1c7fb (diff) |
fix another wrong path
Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'functions')
-rw-r--r-- | functions | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |