diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index b0ed34a0..a11a336c 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -647,7 +647,7 @@ function mesh_tox_node { cp $TEMP_SCRIPT $rootdir/root/ SECONDS=0 - chroot "$rootdir" $TEMP_SCRIPT_NAME + chroot "$rootdir" /root/$TEMP_SCRIPT_NAME if [ ! "$?" = "0" ]; then duration=$SECONDS echo $"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed."