cryptobiu / MATRIX

MPC Simulation Framework
MIT License
24 stars 13 forks source link

Delay `cd` during protocol execution #52

Closed lenerd closed 5 years ago

lenerd commented 5 years ago

Before, the sudo call was executed inside the cd context. With a working directory like '~/wd' this resulted in an error message if /root/wd would not exist.

I think the sudo call in the cd context is expanded to something like cd ~/wd && $command.