Fix failing wasmd on fresh volume

This commit is contained in:
Alex Peters
2020-01-24 16:44:00 +01:00
parent 0df122c08b
commit 6a3df66c5a

View File

@@ -1,5 +1,8 @@
#!/bin/bash
set -euo pipefail
mkdir -p /root/log
touch /root/log/wasmd.log
./run_wasmd.sh >> /root/log/wasmd.log &
sleep 4