fix broken exit

This commit is contained in:
CanbiZ 2025-08-29 14:16:18 +02:00
parent a5d02b5459
commit 892ad29c60

View File

@ -198,8 +198,8 @@ EOF
$STD apt-get -y autoclean
msg_ok "Cleaned"
systemctl restart immich-ml immich-web
exit
fi
exit
}
function compile_libjxl() {