Skip to content
Snippets Groups Projects
Commit d694d940 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

"--append" not always recognized on mac

parent c15e7ede
No related branches found
No related tags found
No related merge requests found
Pipeline #115152 passed
......@@ -82,7 +82,7 @@ memory
# Start watching
while true; do
docker stats --no-stream | grep -v "CONTAINER ID" | tee --append shinylogs/stats.txt; sleep 1;
docker stats --no-stream | grep -v "CONTAINER ID" | tee -a shinylogs/stats.txt; sleep 1;
done
In the following example, we used the application, reloaded the page and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment