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