Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 4bd2544

Browse files
authored
Update entrypoint.sh
1 parent a6f6216 commit 4bd2544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ setup_rsyncd(){
6666
echo "$USERNAME:$PASSWORD" > /etc/rsyncd.secrets
6767
chmod 0400 /etc/rsyncd.secrets
6868
[ -f /etc/rsyncd.conf ] || cat > /etc/rsyncd.conf <<EOF
69-
log file = /dev/stdout
69+
log file = /dev/stderr
7070
timeout = 300
7171
max connections = 10
7272
port = 873

0 commit comments

Comments
 (0)