Skip to content

Commit f97b709

Browse files
Update hostCorrect.sh
Typo
1 parent 19623b8 commit f97b709

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
@@ -22,7 +22,7 @@ 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]
25-
host = IntentionallyWrong" >> "$SERVER_FILE"
25+
serverName = IntentionallyWrong" >> "$SERVER_FILE"
2626
CURRENT_SERVER=$(cat "$SERVER_FILE" | grep "serverName =" | awk '{printf $3}')
2727
fi
2828

0 commit comments

Comments
 (0)