Unverified Commit 95deef76 authored by kladko's avatar kladko

SKALE-2502

parent 8f98f986
......@@ -4,8 +4,11 @@ set -x
source /opt/intel/sgxsdk/environment
if [[ ! -f "/dev/random" ]]
then
ls /dev/random;
echo "SGX wallet error. No /dev/random.";
echo "If you are running raw docker without docker compose please make sure";
echo "the command line includes -v /dev/urandom:/dev/random";
......
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