change dir to script's dir
This commit is contained in:
parent
821abeaaac
commit
8d379d2ae2
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@ setup_dns() {
|
||||||
|
|
||||||
# Main Code Starts here
|
# Main Code Starts here
|
||||||
|
|
||||||
|
# Change dir to current dir
|
||||||
|
cd "$(dirname "$0")"
|
||||||
|
|
||||||
make_script_verbose
|
make_script_verbose
|
||||||
|
|
||||||
setup_dns
|
setup_dns
|
||||||
|
|
Loading…
Add table
Reference in a new issue