1
0
mirror of https://github.com/CISOfy/lynis.git synced 2025-04-08 17:15:25 +02:00

Removed temporary testing of empty hostname

This commit is contained in:
mboelen 2016-03-17 16:41:36 +01:00
parent a33b3c828f
commit 5afbe1a994

3
lynis

@ -473,8 +473,7 @@
Solaris)
HOSTNAME=`uname -n` ;;
*)
#HOSTNAME=`hostname -s 2> /dev/null` ;;
HOSTNAME=`false`
HOSTNAME=`hostname -s 2> /dev/null` ;;
esac
FQDN=`hostname 2> /dev/null`
if [ "${OS}" = "Linux" -a "${HOSTNAME}" = "${FQDN}" ]; then