We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a8f16 commit 54234c8Copy full SHA for 54234c8
1 file changed
update.sh
@@ -7,7 +7,7 @@ set -euo pipefail
7
# Redirect all output to the log file (and console via tee)
8
LOG_FILE="/tmp/chatserver-update.log"
9
rm -f "$LOG_FILE"
10
-exec > >(tee "$LOG_FILE") 2>&1
+exec > >(stdbuf -oL tee "$LOG_FILE") 2>&1
11
12
# Configuration
13
APP_NAME="chatserver"
0 commit comments