6 lines
86 B
Bash
Executable File
6 lines
86 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sed -i "s \$BASE_URL $BASE_URL " /etc/bind/named.conf.options
|
|
|
|
exec "$@"
|