aboutsummaryrefslogtreecommitdiff
path: root/aux/lib.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-09-03 20:39:10 -0300
committerEuAndreh <eu@euandre.org>2021-09-03 20:39:10 -0300
commit51a9914dc8ec02b053a5594b7478b4d68a750672 (patch)
tree8b3143830dc5658f3848328facded29e4c6cb52c /aux/lib.sh
parentWIP reactivate nixvps with Terraform and nixos-rebuild on Vultr (diff)
downloadserver-51a9914dc8ec02b053a5594b7478b4d68a750672.tar.gz
server-51a9914dc8ec02b053a5594b7478b4d68a750672.tar.xz
aux/: Update
Diffstat (limited to 'aux/lib.sh')
-rwxr-xr-xaux/lib.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/aux/lib.sh b/aux/lib.sh
index c31c4fb..d64409a 100755
--- a/aux/lib.sh
+++ b/aux/lib.sh
@@ -7,8 +7,8 @@
uuid() {
# Taken from:
# https://serverfault.com/a/799198
- od -xN20 /dev/urandom | \
- head -1 | \
+ od -xN20 /dev/urandom |
+ head -1 |
awk '{OFS="-"; print $2$3,$4,$5,$6,$7$8$9}'
}