fix installer

This commit is contained in:
Antonio J. Delgado 2025-05-05 14:07:55 +03:00
parent 76a0a5101d
commit 00288f10b3

View file

@ -25,5 +25,5 @@ fi
chmod go-rwx "${HOME}/.config/ovh_dns_ensure.conf"
script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
sed "s#__src_folder__#${script_dir}#g" wrapper.sh > "${destination}/ovh_dns_ensure.sh"
sed "s#__src_folder__#${script_dir}#g" "${script_dir}/wrapper.sh" > "${destination}/ovh_dns_ensure.sh"
chmod +x "${destination}/ovh_dns_ensure.sh"