Root
This commit is contained in:
parent
00b406144c
commit
2ef92742a5
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue