Skip to content

Commit a30a0ef

Browse files
committed
Fix update log permission error: remove redundant file truncation
1 parent f48673b commit a30a0ef

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

update.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ set -euo pipefail
66

77
# Redirect all output to the log file (and console via tee)
88
LOG_FILE="/tmp/chatserver-update.log"
9-
: > "$LOG_FILE"
109
exec > >(tee "$LOG_FILE") 2>&1
1110

1211
# Configuration

0 commit comments

Comments
 (0)