Add pdns resolver, changed some other files
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
/bin/bash build-network.sh
|
||||
/bin/bash build-pdns.sh
|
||||
[[ $? != 0 ]] && exit 1
|
||||
for buildx in $(ls build-*.sh | grep -vE "all|network"); do
|
||||
for buildx in $(ls build-*.sh | grep -vE "all|network|pdns"); do
|
||||
echo "Starting build file ${buildx} ..."
|
||||
/bin/bash ${buildx}
|
||||
done
|
||||
|
Reference in New Issue
Block a user