mirror of
https://github.com/Kugelschieber/marvinblum.git
synced 2026-01-18 06:40:27 +00:00
5 lines
105 B
Bash
5 lines
105 B
Bash
#!/bin/bash
|
|
|
|
echo "Clearing docker logs..."
|
|
echo "" > $(docker inspect --format='{{.LogPath}}' postgres)
|