Changed a hostname lookup from the ${HOST}
variable to the hostname
command
This commit is contained in:
@ -100,7 +100,7 @@ fi
|
||||
|
||||
timedatectl
|
||||
|
||||
if [[ ! "${HOST}" == "debian-live" ]]; then
|
||||
if [[ ! "$(hostname)" == "debian-live" ]]; then
|
||||
zgenhostid \
|
||||
-f \
|
||||
0x00bab10c
|
||||
|
Reference in New Issue
Block a user