Print all command, debug mode

This commit is contained in:
pazpi 2025-03-16 17:55:28 +01:00
parent dd71d9481b
commit 49cfefa8af

View file

@ -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