From 00288f10b3a750acc01a908b71015c0b2130e5c7 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 5 May 2025 14:07:55 +0300 Subject: [PATCH] fix installer --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 55657a6..06aecef 100755 --- a/install.sh +++ b/install.sh @@ -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"