Redirect stderr to logfile

This commit is contained in:
Simon Warta
2021-03-11 08:29:48 +01:00
parent ecd3926063
commit eb5d806c35
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ docker run --rm \
--mount type=volume,source=wasmd_data,target=/root \
"$REPOSITORY:$VERSION" \
./run_wasmd.sh /template \
>"$WASMD_LOGFILE" &
>"$WASMD_LOGFILE" 2>&1 &
echo "wasmd running and logging into $WASMD_LOGFILE"