From 0600b1ec98b3b4d350c9214556ab1ac8506742ae Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 30 Nov 2016 17:48:45 +0000 Subject: fix typo --- libvasile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvasile b/libvasile index 0b94ba6..637a164 100755 --- a/libvasile +++ b/libvasile @@ -260,7 +260,7 @@ isoservices () { isomodules () { # build and install any 3rd party kernel modules using DKMS (virtualbox-guest in our case) - chroot "$isosynctarget" su - "$isouser" -c "$isodkms" + chroot "$isorsynctarget" su - "$isouser" -c "$isodkms" } isochroot () { -- cgit v1.2.3