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
|
||||
|
||||
# Change dir to current dir
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
make_script_verbose
|
||||
|
||||
setup_dns
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue