TEST-50-MULTINIC/test.sh: correctly call ldconfig

master
Harald Hoyer 2015-07-07 15:34:30 +02:00
parent 3fa31c3a47
commit 7ecb36aef4
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ test_setup() {
inst /etc/group /etc/group

cp -a -- /etc/ld.so.conf* "$initdir"/etc
sudo ldconfig -r -- "$initdir"
ldconfig -r "$initdir"
dracut_kernel_post
)