Improve template prepare script

This commit is contained in:
Torjus Håkestad 2024-03-13 22:45:11 +01:00
parent 494b96ac5b
commit c4d479e3c6

View File

@ -15,6 +15,7 @@ let
rm -rf /tmp/* || true
echo "Removing logs"
journalctl --rotate || true
journalctl --vacuum-time=1s || true
echo "Removing cache"