This commit is contained in:
CanbiZ 2025-10-16 22:10:49 +02:00
parent 6f8d13cf41
commit 43e35f6f99
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ cache_installed_version() {
get_cached_version() {
local app="$1"
mkdir -p /var/cache/app-versions
[[ -f "/var/cache/app-versions/${app}_version.txt" ]] && cat "/var/cache/app-versions/${app}_version.txt"
}