s/st/act/ oops

This commit is contained in:
2026-02-28 01:10:09 -06:00
parent 57f39de3d4
commit 33fb1b44d8

View File

@@ -48,9 +48,10 @@ echo "$event_data" | while IFS='=' read -r k v; do
find "$sp" -size -256 -delete
rclone update "$remote_f" "$sp"
log "INFO" "Start sync done"
elif [ "$st" = "endgame" ]; then
elif [ "$act" = "endgame" ]; then
log "INFO" "Sync END: $(basename "$sp")"
#log "DEBUG" "rclone update $sp $REMOTE_BASE/$sid/"
find "$sp" -size -256 -delete
rclone update "$sp" "$REMOTE_BASE/$sid/"
log "INFO" "Final Sync Done."
fi