Add pwd when sourcing variables.conf

This commit is contained in:
Alexandre CATTEAU 2022-02-11 21:08:08 +01:00
parent 0d07ea1d86
commit 7dfb984d27

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
source variables.conf source $(pwd)/variables.conf
KEY="$(pwd)/dns.key" KEY="$(pwd)/dns.key"
TTL=604800 TTL=604800