minor change

This commit is contained in:
Gerhard Hoffmann 2022-06-05 21:55:24 +02:00
parent 893220be95
commit 7713e7e39d

View File

@ -37,7 +37,7 @@ copy () {
readarray -td' ' files <<< "$1"
for f in ${files[@]}; do
if grep -qE "^.*[.]conf.*$" <<< ${f}; then
local __f="${psa_config}/${f}"
local __f="${psa_config_dir}/${f}"
if ! cp ${__f} /etc/psa_config; then
log_error "$func:${LINENO}: cannot cp ${__f} /etc/psa_config"
return 1