improve string referencing in script

This commit is contained in:
cblgh 2021-03-24 10:10:39 +01:00
parent 553e5d464b
commit c81304a599
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
id=$(dd if=/dev/urandom bs=1 count=32 2>/dev/null | base64 -w0)
echo "@$id.ed25519"
echo "@${id}.ed25519"