Skip to content
Snippets Groups Projects
Commit 03ab2b2e authored by Axel Hahn's avatar Axel Hahn
Browse files

do not force fqdn

parent d3d4e73c
Branches
No related tags found
1 merge request!98do not force fqdn
...@@ -409,10 +409,13 @@ function _getFqdn(){ ...@@ -409,10 +409,13 @@ function _getFqdn(){
exit 1 exit 1
fi fi
fi fi
if ! echo "$FQDN" | grep "\..*" >/dev/null; then
echo "ERROR: fqdn $FQDN does not contain a domain name. Aborting." # TODO force fqdn?
exit 1 # if ! echo "$FQDN" | grep "\..*" >/dev/null; then
fi # echo "ERROR: hostname [$FQDN] is not a fqdn and does not contain a domain name. Aborting."
# exit 1
# fi
# echo "INFO: FQDN is [$FQDN]" # echo "INFO: FQDN is [$FQDN]"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment