Skip to content

Commit 17fc1b1

Browse files
authored
Update functions
1 parent 8869f97 commit 17fc1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ do_chroot_ae() {
217217
do_mount "$chroot_dir"
218218
if [ -d "$chroot_dir" ]; then
219219
(
220-
$SUDO chroot "$chroot_dir" "$command"
220+
$SUDO chroot "$chroot_dir" $command
221221
) || warn "Couldn't chroot or exited with non zero..."
222222
else
223223
die "chroot directory doesn't exist: $chroot_dir"

0 commit comments

Comments
 (0)