fix installer
This commit is contained in:
parent
76a0a5101d
commit
00288f10b3
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue