Compare commits

..

No commits in common. "e03359fc80c78e21237a62b4f5f3b6d8dba6e2a4" and "6f8d13cf4145e76aa38f335aa7056e0f0b4931f1" have entirely different histories.

2 changed files with 2090 additions and 2091 deletions

View File

@ -16,7 +16,6 @@ cache_installed_version() {
get_cached_version() { get_cached_version() {
local app="$1" 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" [[ -f "/var/cache/app-versions/${app}_version.txt" ]] && cat "/var/cache/app-versions/${app}_version.txt"
} }