Revert r282672.
tr is in /usr and not available at the time hostid is run (must be run before FILESYSTEMS). Reported by: def
This commit is contained in:
parent
5a9f9cb38e
commit
1d79f30229
@ -58,7 +58,7 @@ hostid_set()
|
|||||||
|
|
||||||
valid_hostid()
|
valid_hostid()
|
||||||
{
|
{
|
||||||
uuid=$(echo $1 | tr '[:upper:]' '[:lower:]')
|
uuid=$1
|
||||||
|
|
||||||
x="[0-9a-f]"
|
x="[0-9a-f]"
|
||||||
y=$x$x$x$x
|
y=$x$x$x$x
|
||||||
|
Loading…
Reference in New Issue
Block a user