We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de854ee commit 136167bCopy full SHA for 136167b
bin/hostCorrect.sh
@@ -18,7 +18,7 @@ fi
18
19
### Check for the existence of a serverName value and insert one if one isn't configured
20
CURRENT_SERVER=$(cat "$SERVER_FILE" | grep "serverName =" | awk '{printf $3}')
21
-if [ -z "CURRENT_SERVER" ]; then
+if [ -z "$CURRENT_SERVER" ]; then
22
echo "$(date +"%Y-%m-%d %H:%M:%S.%3N") ${HOSTNAME}: There is no serverName value configured. Inserting one..."
23
echo "
24
[general]
0 commit comments