Verified Commit 5b2c0975 authored by meskio's avatar meskio 🏔️
Browse files

Use the new path for the assignments file when rsync to metrics

parent 9873a00c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ AUTHORITY_NAME=serge

STORE="/srv/bridges.torproject.org/from-authority-bridge-directories"
LOGDIR="/srv/bridges.torproject.org/log"
RDSYS_LOGDIR="/home/rdsys/logs"

# Metrics server information.
REMOTE_USER="collector"
@@ -38,7 +39,7 @@ if test "$SYNC_DESCRIPTORS" = "true" ; then
fi

if test "$SYNC_ASSIGNMENTS" = "true" ; then
    cd "$LOGDIR"
    cd "$RDSYS_LOGDIR"
    rsync \
    -a \
    assignments.log* \