mirror of
https://github.com/aclist/dztui.git
synced 2025-07-17 13:08:48 +02:00
chore: backports
This commit is contained in:
parent
131fa6c824
commit
2da5d0936b
4 changed files with 6 additions and 7 deletions
helpers
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue