Update core.func

This commit is contained in:
CanbiZ 2025-11-10 15:53:56 +01:00
parent 9c0ea4e658
commit f96e1456e7

View File

@ -456,7 +456,7 @@ cleanup_lxc() {
# Ruby gem
if command -v gem &>/dev/null; then gem cleanup || true; fi
# Composer (PHP)
if command -v composer &>/dev/null; then composer clear-cache || true; fi
if command -v composer &>/dev/null; then $STD composer clear-cache || true; fi
if command -v journalctl &>/dev/null; then
$STD journalctl --rotate