fixes
This commit is contained in:
@@ -16,6 +16,7 @@ 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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user