Unverified Commit a776ce9b authored by kladko's avatar kladko

SKALE-2454-add-logs-to-enclave

parent ad625259
......@@ -4,6 +4,13 @@ set -x
source /opt/intel/sgxsdk/environment
if [ -f "/dev/random" ]
then
else
echo "SGX wallet error. No /dev/random.";
exit(1);
fi
ls /dev/random;
rm -f /root/.rnd;
dd if=/dev/random of=/root/.rnd bs=256 count=1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment