fix formatting
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -x
|
||||
|
||||
if [ "x$1" = "x" ]
|
||||
if [ -z "$1" ]
|
||||
then
|
||||
h="$(hostname -s)"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user