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