no need to cd
This commit is contained in:
parent
1732d0c036
commit
23deff9409
|
@ -665,7 +665,6 @@ function mesh_tox_avahi {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# install a command to obtain the Tox ID
|
# install a command to obtain the Tox ID
|
||||||
chroot "$rootdir" $INSTALL_DIR
|
|
||||||
chroot "$rootdir" git clone $TOXID_REPO $INSTALL_DIR/toxid
|
chroot "$rootdir" git clone $TOXID_REPO $INSTALL_DIR/toxid
|
||||||
if [ ! -d $rootdir$INSTALL_DIR/toxid ]; then
|
if [ ! -d $rootdir$INSTALL_DIR/toxid ]; then
|
||||||
exit 63921
|
exit 63921
|
||||||
|
|
Loading…
Reference in New Issue