Skip to content

Commit 136167b

Browse files
Update hostCorrect.sh
Typo once more
1 parent de854ee commit 136167b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/hostCorrect.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fi
1818

1919
### Check for the existence of a serverName value and insert one if one isn't configured
2020
CURRENT_SERVER=$(cat "$SERVER_FILE" | grep "serverName =" | awk '{printf $3}')
21-
if [ -z "CURRENT_SERVER" ]; then
21+
if [ -z "$CURRENT_SERVER" ]; then
2222
echo "$(date +"%Y-%m-%d %H:%M:%S.%3N") ${HOSTNAME}: There is no serverName value configured. Inserting one..."
2323
echo "
2424
[general]

0 commit comments

Comments
 (0)