Browse Source

no need to cd

Bob Mottram 9 years ago
parent
commit
23deff9409
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/freedombone-image-customise

+ 0
- 1
src/freedombone-image-customise View File

665
 	fi
665
 	fi
666
 	
666
 	
667
 	# install a command to obtain the Tox ID
667
 	# install a command to obtain the Tox ID
668
-	chroot "$rootdir" $INSTALL_DIR
669
 	chroot "$rootdir" git clone $TOXID_REPO $INSTALL_DIR/toxid
668
 	chroot "$rootdir" git clone $TOXID_REPO $INSTALL_DIR/toxid
670
 	if [ ! -d $rootdir$INSTALL_DIR/toxid ]; then
669
 	if [ ! -d $rootdir$INSTALL_DIR/toxid ]; then
671
 		exit 63921
670
 		exit 63921