summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlibvasile2
1 files changed, 1 insertions, 1 deletions
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 () {