add missing -c argument
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
fc8ff29289
commit
d34ea9a9c9
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ chroot_name="$1"; shift
|
||||||
target_host="$__target_host"
|
target_host="$__target_host"
|
||||||
|
|
||||||
# get directory for given chroot_name
|
# get directory for given chroot_name
|
||||||
chroot="$(ssh -o User=root -q $target_host schroot $chroot_name --config | awk -F = '/directory=/ {print $2}')"
|
chroot="$(ssh -o User=root -q $target_host schroot -c $chroot_name --config | awk -F = '/directory=/ {print $2}')"
|
||||||
|
|
||||||
# prefix destination with chroot
|
# prefix destination with chroot
|
||||||
code="$(echo "$@" | sed "s|$target_host:|$target_host:$chroot|g")"
|
code="$(echo "$@" | sed "s|$target_host:|$target_host:$chroot|g")"
|
||||||
|
|
Loading…
Reference in a new issue