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 19623b8 commit f97b709Copy full SHA for f97b709
bin/hostCorrect.sh
@@ -22,7 +22,7 @@ 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]
25
- host = IntentionallyWrong" >> "$SERVER_FILE"
+ serverName = IntentionallyWrong" >> "$SERVER_FILE"
26
CURRENT_SERVER=$(cat "$SERVER_FILE" | grep "serverName =" | awk '{printf $3}')
27
fi
28
0 commit comments