1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-07-17 13:08:48 +02:00

chore: backports

This commit is contained in:
aclist 2024-02-10 18:35:49 +09:00
parent 131fa6c824
commit 2da5d0936b
4 changed files with 6 additions and 7 deletions
helpers

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -o pipefail
version=5.1.0-rc.1
version=5.2.0-rc.1
#CONSTANTS
aid=221100
@ -36,7 +36,7 @@ versions_file="$state_path/$prefix.versions"
lock_file="$state_path/$prefix.lock"
#CACHE
cache_dir="$HOME/.cache/$appname"
cache_dir="$HOME/.cache/$app_name"
_cache_servers="$cache_dir/$prefix.servers"
_cache_my_servers="$cache_dir/$prefix.my_servers"
_cache_history="$cache_dir/$prefix.history"