1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-09-06 05:32:26 +02:00

fix: var name

This commit is contained in:
aclist 2024-02-09 20:01:13 +09:00
parent 2b71af1e2f
commit 7b73f5c195
3 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -o pipefail
version=5.0.2
version=5.0.3
#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"