Skip to content

Commit de854ee

Browse files
Update hostCorrect.sh
Another typo
1 parent f97b709 commit de854ee

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
@@ -38,7 +38,7 @@ fi
3838
if [ "$CURRENT_SERVER" = "$HOSTNAME" ]; then
3939
echo "$(date +"%Y-%m-%d %H:%M:%S.%3N") ${HOSTNAME}: Currently configured server name: $CURRENT_SERVER. No correction necessary..."
4040
else
41-
echo "$(date +"%Y-%m-%d %H:%M:%S.%3N") ${HOSTNAME}: Currently configured server name: $CURRENT_SERVER. Reconfiguring inputs.conf..."
41+
echo "$(date +"%Y-%m-%d %H:%M:%S.%3N") ${HOSTNAME}: Currently configured server name: $CURRENT_SERVER. Reconfiguring server.conf..."
4242
cp "$SERVER_FILE" "$SERVER_FILE".$(date +"%m%d%Y")
4343
sed -i "s/$CURRENT_SERVER/$HOSTNAME/" "$SERVER_FILE"
4444
touch "$RESTART_SERVER_CHECK"

0 commit comments

Comments
 (0)