Fix failing wasmd on fresh volume
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user