summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2016-11-30 17:48:45 +0000
committerV3n3RiX <venerix@redcorelinux.org>2016-11-30 17:48:45 +0000
commit0600b1ec98b3b4d350c9214556ab1ac8506742ae (patch)
tree84286b7ae2fd6ca34306b8aecbf037b44657ebde
parent1e1a856634f53145e923e49bd666ad8ecc472e67 (diff)
fix typo
-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 () {