We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8869f97 commit 17fc1b1Copy full SHA for 17fc1b1
plugins/functions
@@ -217,7 +217,7 @@ do_chroot_ae() {
217
do_mount "$chroot_dir"
218
if [ -d "$chroot_dir" ]; then
219
(
220
- $SUDO chroot "$chroot_dir" "$command"
+ $SUDO chroot "$chroot_dir" $command
221
) || warn "Couldn't chroot or exited with non zero..."
222
else
223
die "chroot directory doesn't exist: $chroot_dir"
0 commit comments