diff options
Diffstat (limited to 'libvasile')
-rwxr-xr-x | libvasile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 () { |