Quote hostname
This commit is contained in:
parent
f4429f6a78
commit
fa85334274
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
echo $(head -c4 </dev/urandom|xxd -p -u) >"$1/etc/hostname"
|
||||
echo "$(head -c4 </dev/urandom|xxd -p -u)" >"$1/etc/hostname"
|
Loading…
Reference in New Issue
Block a user