diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2016-11-30 17:48:45 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2016-11-30 17:48:45 +0000 |
commit | 0600b1ec98b3b4d350c9214556ab1ac8506742ae (patch) | |
tree | 84286b7ae2fd6ca34306b8aecbf037b44657ebde | |
parent | 1e1a856634f53145e923e49bd666ad8ecc472e67 (diff) |
fix typo
-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 () { |