This commit is contained in:
Bob Mottram 2016-05-30 12:52:48 +01:00
parent 00b406144c
commit 2ef92742a5
1 changed files with 1 additions and 1 deletions

View File

@ -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."