Print all command, debug mode
This commit is contained in:
parent
dd71d9481b
commit
49cfefa8af
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
set -x
|
||||||
src_dns_server=192.168.1.2
|
src_dns_server=192.168.1.2
|
||||||
# DHCP scopes to manage - put the name of each scope you have
|
# DHCP scopes to manage - put the name of each scope you have
|
||||||
dhcp_scopes=("local-home") # Use this array for one or many scopes
|
dhcp_scopes=("local-home") # Use this array for one or many scopes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue