diff options
Diffstat (limited to 'scripts/common/20-dns')
-rw-r--r-- | scripts/common/20-dns | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/common/20-dns b/scripts/common/20-dns deleted file mode 100644 index e2d5ad6..0000000 --- a/scripts/common/20-dns +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -# For IDM servers, the resolver is localhost. In that case, we delay copying -# this file until the IDM stack is fully up and running. -if [ "$BOXCONF_HOSTCLASS" = idm_server ]; then - return -fi - -install_template -m 0644 /etc/resolv.conf |