fix formatting

This commit is contained in:
2026-08-14 10:23:04 -05:00
parent eee0f4b9e4
commit 26f51162f9

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -x set -x
if [ "x$1" = "x" ] if [ -z "$1" ]
then then
h="$(hostname -s)" h="$(hostname -s)"
else else