Relocate conf cache to more discrete paths
This commit is contained in:
@@ -28,8 +28,8 @@ source "$SCRIPT_DIR/../load_config.sh"
|
||||
parse_args "$@"
|
||||
detect_hosts
|
||||
|
||||
RAM_CACHE="/tmp/.vv/config/cached/.confs"
|
||||
SAVE_DIR="/boot/config/varaverk/conf_bak"
|
||||
RAM_CACHE="/tmp/.cache/vv/d"
|
||||
SAVE_DIR="/boot/config/.cache/vv/d"
|
||||
|
||||
[[ "$DRY_RUN" == true ]] && warn "DRY RUN — no changes will be made"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user